luckymarmot / Paw-Issues

The issue tracker repository for the Paw HTTP Client app.
33 stars 0 forks source link

Cookie Handling #11

Closed kimar closed 9 years ago

kimar commented 10 years ago

Hi, I'm not sure wether this is still possible, at least I didn't find any obvious possibility for that. I'm doing a POST request against an api which then returns a cookie. I'd like to persist this cookie for further requests against other endpoints. Currently I've got to manually copy the cookie and paste it into the new request, this is kind of annoying.

Thanks a bunch man!

spoof commented 10 years ago

Maybe it's possible use cookie as dynamic variable?

mittsh commented 10 years ago

Hi @kimar, sorry for the late answer (and thanks @spoof for answering!). Though, unfortunately there is no way of doing so in the current version: copy/paste is the best solution I can suggest for now :(

The good news is, the new version will have a complete support of cookies, with independent cookie jars, so you can keep several sessions at once, or filter cookies coming from 1 specific request, etc.

Thanks for your excitement and support!

mittsh commented 9 years ago

Just to update this thread. Paw 2.1 now has a complete support of Cookies & Sessions.

Closing that ticket.

kimar commented 9 years ago

Nice, thanks a bunch man

mittsh commented 9 years ago

@kimar happy to help!