httpbin icon indicating copy to clipboard operation
httpbin copied to clipboard

Combining different types of request

Open asifmallik opened this issue 4 years ago • 2 comments

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.

asifmallik avatar Jun 09 '20 04:06 asifmallik

I would like to combine /status and /response-headers to test 429 with Retry-After response.

xmedeko avatar Oct 19 '21 08:10 xmedeko

Or to combine /delay and /base64.

Dialecticus avatar Nov 01 '22 15:11 Dialecticus