httpbin
httpbin copied to clipboard
Combining different types of request
I am not sure whether this is implemented or not but was wondering whether there is any way to combine different types of requests. In particular, is there any way to combine /cookies/set
with /redirect-to
so that a cookie is set and at the same time it returns a redirect status.
I would like to combine /status
and /response-headers
to test 429 with Retry-After response.
Or to combine /delay and /base64.