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

"follow_set_cookies" not forwarding all initial cookies when following redirects #350

Open
leroychan opened this issue Feb 17, 2021 · 0 comments · May be fixed by #421
Open

"follow_set_cookies" not forwarding all initial cookies when following redirects #350

leroychan opened this issue Feb 17, 2021 · 0 comments · May be fixed by #421

Comments

@leroychan
Copy link

Version: v2.6.0 (Using Needle with Promise Style)

Issue: "follow_set_cookies" not forwarding all initial cookies when following redirects

Scenario:

  1. Send POST Request with 5 Cookies (cookie1-cookie5) to Server
  2. Server returns 302 response with additional Set-Cookie header (e.g. "cookie6")
  3. After following redirect, the resultant redirected page only receives 2 cookies instead of 6 cookies
@QuiteQuiet QuiteQuiet linked a pull request Feb 8, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant