httpbin.org
Number of APIs: 73
A simple HTTP Request & Response Service.
Run locally: $ docker run -p 80:80 kennethreitz/httpbin
Contact Support: Email: me@kennethreitz.org
-
digest-auth/{qop}/{user}/{passwd}-{algorithm} - Prompts the user for authorization using Digest Auth + Algorithm. GET {{baseUrl}}/digest-auth/:qop/:user/:passwd/:algorithm/:stale_after
-
digest-auth/{qop}/{user}/{passwd} - Prompts the user for authorization using Digest Auth. GET {{baseUrl}}/digest-auth/:qop/:user/:passwd
-
status/{codes} - Return status code or random status code if more than one are given DELETE {{baseUrl}}/status/:codes
-
status/{codes} - Return status code or random status code if more than one are given1 GET {{baseUrl}}/status/:codes
-
status/{codes} - Return status code or random status code if more than one are given2 PATCH {{baseUrl}}/status/:codes
-
status/{codes} - Return status code or random status code if more than one are given3 POST {{baseUrl}}/status/:codes
-
status/{codes} - Return status code or random status code if more than one are given4 PUT {{baseUrl}}/status/:codes
-
cache - Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise. GET {{baseUrl}}/cache
-
cache - Sets a Cache-Control header for n seconds. GET {{baseUrl}}/cache/:value
-
response-headers - Returns a set of response headers from the query string. GET {{baseUrl}}/response-headers