mapbox-maps-android
mapbox-maps-android copied to clipboard
Upon on redirect(301) authentication header doesn't get removed
Environment
- Android OS version: 15
- Devices affected:
- Maps SDK Version: 11.8.1
Observed behavior and steps to reproduce
The http stack used in Mapbox does not strip out Authentication header upon on receiving a redirect (301). This is a huge security risk as the authentication token is leaked to 3rd party.
Expected behavior
Authentication header should be removed upon on redirect