Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: respect "withCredentials: false" in RCTNetworking iOS (#24629)
Summary: Fixes #24080. Even with `withCredentials: false` network requests still sending cookies. Fix this behaviour according to https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/withCredentials. [iOS] [Fixed] - Respect "withCredentials: false" in network requests Pull Request resolved: #24629 Differential Revision: D15120420 Pulled By: cpojer fbshipit-source-id: 78b9924436b02584c4fc1aa04763dff085eea78c
- Loading branch information