Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Support for persisting cookies #14

Open
nitrocode opened this issue Aug 3, 2016 · 0 comments
Open

Support for persisting cookies #14

nitrocode opened this issue Aug 3, 2016 · 0 comments

Comments

@nitrocode
Copy link

I'd like to analyze the network traffic if I can persist my cookie generated from a previous run.

So for instance with curl I can

# save a cookie
curl -c mycookie https://someurl
# reuse a cookie
curl -b mycookie https://someotherurl

And in confess.js I'd like to either create one using the same switch or use one

# save a cookie
phantomjs confess.js -c mycookie https://someurl
# reuse a cookie
phantomjs confess.js -b mycookie https://someotherurl

If I can figure it out, I'll try to make a PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant