diff --git a/README.md b/README.md index fef0818..e5f69ce 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl -s "https://httpbin.org/delay/4"` - HTTP request and response Service (e.g. send response after 4 seconds) * `curl -s "https://urlecho.appspot.com/echo?body=Hello+World"` - HTTP response defined in the request parameters * `curl -s "https://urlreq.appspot.com/req?method=GET&url=https://l2.io/ip"` - HTTP proxy makes new requests based on input parameters +* `curl -s "https://jsonplaceholder.typicode.com/users"` - Useful tool to retrieve fake api data ## Cryptography