HTTP Tester

An httpbin-style toolkit to inspect requests during development.

Available endpoints

GEThttps://mockapi.yourapiservice.com/api/get

Inspect query params and headers

POSThttps://mockapi.yourapiservice.com/api/post

Inspect POST body and headers

PUThttps://mockapi.yourapiservice.com/api/put

Inspect PUT body and headers

PATCHhttps://mockapi.yourapiservice.com/api/patch

Inspect PATCH body and headers

DELETEhttps://mockapi.yourapiservice.com/api/delete

Inspect DELETE request

GEThttps://mockapi.yourapiservice.com/api/headers

Echo all request headers

GEThttps://mockapi.yourapiservice.com/api/bearer

Test bearer token auth

GEThttps://mockapi.yourapiservice.com/api/basic-auth

Test HTTP Basic auth

GEThttps://mockapi.yourapiservice.com/api/status

Return a specific status code

GEThttps://mockapi.yourapiservice.com/api/delay

Delayed response (seconds)

GEThttps://mockapi.yourapiservice.com/api/ip

Echo the caller's IP address

GEThttps://mockapi.yourapiservice.com/api/user-agent

Echo the User-Agent header

GEThttps://mockapi.yourapiservice.com/api/redirect-to

Follow a redirect to another path

GEThttps://mockapi.yourapiservice.com/api/cookies

Echo cookies sent on this request

GEThttps://mockapi.yourapiservice.com/api/cookies/set

Set cookies from query params

Saved requests