edgehttpbin
Endpoints
/
This page
/absolute-redirect/:n
302 Absolute redirects n times.
/anything
Returns anything that is passed to request.
/bearer
Checks Bearer token header - returns 401 if not set.
/bytes/:n
Generates n random bytes of binary data
/cache
Returns 200 unless an If-Modified-Since or If-None-Match header is provided, when it returns a 304.
/cache/:n
Sets a Cache-Control header for n seconds.
/ip
Returns Origin IP.
/redirect/:n
302 Redirects n times.
/robots.txt
Returns some robots.txt rules.
/status/:code
Returns given HTTP Status code.
/unstable
Fails half the time, accepts optional failure_rate float and seed integer parameters.
/user-agent
Returns user-agent.