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
I am using apisauce in a react native project and I need to intercept 302 redirects to implement the OAuth2 PKCE flow. I've tried setting the maxRedirects option to 0 but it is still redirecting and I am getting a status code of 200 when logging the response on console. Is there a way to read response headers before the redirect happens?
The text was updated successfully, but these errors were encountered:
I am using apisauce in a react native project and I need to intercept 302 redirects to implement the OAuth2 PKCE flow. I've tried setting the maxRedirects option to 0 but it is still redirecting and I am getting a status code of 200 when logging the response on console. Is there a way to read response headers before the redirect happens?
The text was updated successfully, but these errors were encountered: