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

Passing cookies to a capture can be confusing #250

Open
Rafiot opened this issue Aug 19, 2021 · 0 comments
Open

Passing cookies to a capture can be confusing #250

Rafiot opened this issue Aug 19, 2021 · 0 comments

Comments

@Rafiot
Copy link
Member

Rafiot commented Aug 19, 2021

Current situation

When passing a list of cookies to a capture, they are sometimes ignored, and it can happen for the following reasons:

  • the cookies are for foo.domain.com and when the URL passed to the capture is domain.com and it redirects to foo.domain.com. In that case, the cookies are never added in splash cookie jar and will not be sent to the redirect
  • The cookies have the secure key set, and the capture is done on http://domain.com, with a redirect to https://domain.com: they won't be sent to the initial URL and never added in splash cookie jar.

TODO

  1. Document that on lookyloo.eu
  2. Figure out a way to properly initialize the cookie jar on splash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant