-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Cookies and authorization headers dropped when making HTTP requests that redirect [iOS] - AGAIN #26311
Comments
Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety? 👉 Click here if you want to take another look at the Bug Report issue template. |
I have the same problem! |
i can confirm this is an issue |
I am closing this issue because it does not appear to have been verified on the latest release, and there has been no followup in a while. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. |
This is still an issue |
with my |
Can this be reopened? |
Environment
react-native -v: react-native-cli: 2.0.1; react-native: 0.59.8
node -v: v8.10.0
npm -v: 3.5.2
Target Platform: iOS
Steps to Reproduce
Make an HTTP fetch request to an endpoint that performs redirects.
Inspect the traffic.
Note that cookies from responses are not included in subsequent HTTP redirected requests.
Also note that authorization headers (if any) in the original request are not included in subsequent HTTP redirected requests.
Expected Behavior
Expect fetch request to carry cookie and authorization headers over to subsequent HTTP requests when being redirected.
Actual Behavior
Cookies and authorization headers from responses are not carried over into subsequent HTTP requests when being redirected.
The text was updated successfully, but these errors were encountered: