Hi!
Is there a way that I can intercept a “redirect” response from a network.request?
We have a webservice that returns a HTTP 303 with the destination URL correctly set in the “Location” header. We need that URL as a response.
Is that possible or network.request just follows redirects without any control?
Thank you
-a