HTTP Tester
An httpbin-style toolkit to inspect requests during development.
Available endpoints
GET
https://mockapi.yourapiservice.com/api/getInspect query params and headers
POST
https://mockapi.yourapiservice.com/api/postInspect POST body and headers
PUT
https://mockapi.yourapiservice.com/api/putInspect PUT body and headers
PATCH
https://mockapi.yourapiservice.com/api/patchInspect PATCH body and headers
DELETE
https://mockapi.yourapiservice.com/api/deleteInspect DELETE request
GET
https://mockapi.yourapiservice.com/api/headersEcho all request headers
GET
https://mockapi.yourapiservice.com/api/bearerTest bearer token auth
GET
https://mockapi.yourapiservice.com/api/basic-authTest HTTP Basic auth
GET
https://mockapi.yourapiservice.com/api/statusReturn a specific status code
GET
https://mockapi.yourapiservice.com/api/delayDelayed response (seconds)
GET
https://mockapi.yourapiservice.com/api/ipEcho the caller's IP address
GET
https://mockapi.yourapiservice.com/api/user-agentEcho the User-Agent header
GET
https://mockapi.yourapiservice.com/api/redirect-toFollow a redirect to another path
GET
https://mockapi.yourapiservice.com/api/cookiesEcho cookies sent on this request
GET
https://mockapi.yourapiservice.com/api/cookies/setSet cookies from query params