inorganik / digest-auth-request

Make digest-auth requests with vanilla javascript
MIT License
70 stars 49 forks source link

RN 0.54 breaks Digest authentication on Android if the server also offers Basic authentication #34

Open ChrisBlood opened 6 years ago

ChrisBlood commented 6 years ago

After updating from RN 0.52 to 0.54 our app could no longer connect to some servers. The server was responding with WWW-Authenticate: Digest realm="..... WWW-Authenticate: Basic realm="...... but the Android app only receives the Basic header so the authentication fails

inorganik commented 6 years ago

I'm sorry I have no idea what RN 0.54 is

ChrisBlood commented 6 years ago

React-Native version 0.54