-
Notifications
You must be signed in to change notification settings - Fork 323
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
Following redirects drops cookies. #264
Comments
Note that this needs to be done carefully with respect to cookie domain scoping rules or it's a potential security vulnerability (e.g. in conjunction with an open redirect) |
Good catch. Bright side is that |
As [mentioned](..httprb/issues/264#issuecomment-157070867) in httprb#264, CookieJar implements cookie domain scoping rules, which is useful when issuing redirects across domains. Resolves: httprb#264
As [mentioned](..httprb/issues/264#issuecomment-157070867) in httprb#264, CookieJar implements cookie domain scoping rules, which is useful when issuing redirects across domains. Resolves: httprb#264
As [mentioned](..httprb/issues/264#issuecomment-157070867) in httprb#264, CookieJar implements cookie domain scoping rules, which is useful when issuing redirects across domains. Resolves: httprb#264
As [mentioned](..httprb/issues/264#issuecomment-157070867) in httprb#264, CookieJar implements cookie domain scoping rules, which is useful when issuing redirects across domains. Resolves: httprb#264
As [mentioned](..httprb/issues/264#issuecomment-157070867) in httprb#264, CookieJar implements cookie domain scoping rules, which is useful when issuing redirects across domains. Resolves: httprb#264
As [mentioned](..httprb/issues/264#issuecomment-157070867) in httprb#264, CookieJar implements cookie domain scoping rules, which is useful when issuing redirects across domains. Resolves: httprb#264
As [mentioned](..httprb/issues/264#issuecomment-157070867) in httprb#264, CookieJar implements cookie domain scoping rules, which is useful when issuing redirects across domains. Resolves: httprb#264
Hi, looking for some feedback in #613 that addresses this issue. |
@Kache thank you, sorry for being a bit slow on this, will tackle your PR this weekend. |
Reported by @oz: #263 (comment)
Upon following redirects, redirector should send cookies that were sent in response.
The text was updated successfully, but these errors were encountered: