You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#369
Resolution to the above issue, the RN code passes two instances of Content-Type, one containing capital letters and the other in lower case.
The Android native code saves those options after applying .toLowerCase() on them.
The data in the lower case content-type overwrote the data in the Content-Type, and since the data on both the keys wasn't updated together at the fixed part of the code, it overwrote it with invalid data and caused the request to fail.
0 commit comments