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
Not really an issue, just a question. We're having an issue where we set credentials, and send HTTP requests. It does not actually send the request with the authorization header the first time around, but automatically retries sending the request and adds the authorizations header the second time.
If I don't use set_credentials at all, and set the header manually, everything works as expected.
Has anyone ever faced this issue? If so, what can I do to address this?
The text was updated successfully, but these errors were encountered:
Hi!
Not really an issue, just a question. We're having an issue where we set credentials, and send HTTP requests. It does not actually send the request with the authorization header the first time around, but automatically retries sending the request and adds the authorizations header the second time.
If I don't use set_credentials at all, and set the header manually, everything works as expected.
Has anyone ever faced this issue? If so, what can I do to address this?
The text was updated successfully, but these errors were encountered: