Skip to content
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

Fix the get Asset URL to prevent auth header to be dropped on iOS #200

Merged
merged 1 commit into from Nov 16, 2020

Conversation

shc261392
Copy link
Contributor

@shc261392 shc261392 commented Nov 16, 2020

Fixes

  • iOS inbox accept fails

Safari and iOS Webview implement a strict policy on HTTP redirection, dropping the auth headers on HTTP 301 redirect which is the behavior when the API receives a url not ended with slash.

Safari and iOS webview implement a strict policy on HTTP redirection,
dropping the auth headers on HTTP 301 redirect which is the behavior
when the API receives an url not ended with slash.

Signed-off-by: James Chien <shc261392@gmail.com>
@seanwu1105 seanwu1105 merged commit 6f7f145 into develop Nov 16, 2020
@seanwu1105 seanwu1105 deleted the feature-fix-ios-redirect branch November 16, 2020 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants