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

Validating Non-Cached Password Protected Pages (Cookies) #2

Open
bnomis opened this issue Nov 26, 2011 · 0 comments
Open

Validating Non-Cached Password Protected Pages (Cookies) #2

bnomis opened this issue Nov 26, 2011 · 0 comments

Comments

@bnomis
Copy link

bnomis commented Nov 26, 2011

The pages I was trying to validate were password protected and non-cacheable (has the do not cache header). When I tried to validate the page, the request to load the page got re-directed to the login page because the authentication cookie was not sent to the server. That is, I could only validate the login page. After turning everything off, hacking the code and trying another profile I found the reason: third party cookies. When I added localhost (I was serving from localhost) to the white list of cookie exceptions in the security/history preferences it all worked. So if you are using custom preferences for Security/History this will affect you and you'll need to add the server to the list of allowed exceptions.

Thanks for making this plugin available.

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

No branches or pull requests

1 participant