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
Today, I got an error when I tried to send a request, that redirected me to a different path on the same domain. Both of these requests require the Authorization header to be set to the same value.
It currently seems, that the header is not set on the second request.
I could confirm, that this works for Android, but fails on iOS.
I was neither able to disable the AllowAutoRedirect property to handle it manually, nor did the client send the value if I set it as default header ...
Any hints of how to accomplish this? Currently I've found another way to get to that URL, but I want to use that redirect to be more flexible in my application ...
The text was updated successfully, but these errors were encountered:
Today, I got an error when I tried to send a request, that redirected me to a different path on the same domain. Both of these requests require the
Authorization
header to be set to the same value.It currently seems, that the header is not set on the second request.
I could confirm, that this works for Android, but fails on iOS.
I was neither able to disable the
AllowAutoRedirect
property to handle it manually, nor did the client send the value if I set it as default header ...Any hints of how to accomplish this? Currently I've found another way to get to that URL, but I want to use that redirect to be more flexible in my application ...
The text was updated successfully, but these errors were encountered: