-
Notifications
You must be signed in to change notification settings - Fork 936
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
HttpOnly cookies or request headers? #116
Comments
I have same problemn getting http only session Id , generated by framework. |
Yes, I am also requesting the access of request and response headers in one of the event handlers too. We are doing SSO using the webview and the API token is in the header section in one of the AJAX call thus we need to access it otherwise SSO will not work. |
Need this. |
Need this. |
any news? |
Need this too. |
Ok, seems like we have some problems with cookies. This might be related - #351 but I don't have anything to test it on so I need your help. If someone could contact me (on twitter / email for example) and help with this issue that would be perfect. Thanks |
how to get cookie of httpOnly,怎么获取httpOnly的cookie,我也需要啊。 |
Hi, same problem here. header == null in ajax's calls |
Hello,
getting the cookies with javascript doesn't let me get all the cookies as i need them for the authentication, is there any other way to get the cookies or to get the http request headers?
Thank you
The text was updated successfully, but these errors were encountered: