Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic cookie domain does not return root view on subpage URLs #78

Closed
sjhcockrell opened this issue Sep 20, 2013 · 1 comment
Closed
Labels
Milestone

Comments

@sjhcockrell
Copy link
Contributor

Example:

$ ./phantomas.js --url=http://www.cnn.com/money --cookie='mobile=on'

PhantomJS cookie will be set having a domain of:

{
  "name": "mobile",
  "value": "on",
  "domain": ".cnn.com/money"
}

I broke it, so I'll fix it.

@ghost ghost assigned sjhcockrell Sep 20, 2013
@macbre
Copy link
Owner

macbre commented Sep 20, 2013

👍

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

No branches or pull requests

2 participants