Mike S.
Mike S.

Reputation: 2808

Paw http client - chain requests

Anyone have experience chaining http requests using the Paw client? The documentation is sparse. It doesn't explain how to copy cookies from one request to another. The dev may assume that we already know how, but I don't.

I'd really appreciate if someone either knows how to do that or can point me to some complete doc explaining how to.

Thanks.

Upvotes: 5

Views: 1863

Answers (1)

peter
peter

Reputation: 186

as of the version of paw that I'm using, (2.1.1,) requests can be chained by collecting them together in a group and then selecting the group and hitting the 'send requests' button.

you can still manually select and copy cookies as 'dynamic values' from one response and paste the resulting variable in to the header of the subsequent requests, but an easier way to do this is to simply go to the 'options' tab for each request in the chain and make sure that the 'automatically send cookies' and 'store received cookies' options are checked.

Upvotes: 7

Related Questions