How to add custom headers to one of the multiple temporary redirects using playwright in python?
Is there any way to capture/intercept the temporary re-directs using playwright and add custom headers?
I have a page in which the initial request will give response with status code 303 that will redirect to multiple redirects with status code 307 (Temporary redirects). I need to intercept one the temporary redirect and add an header and send the request. Is there any way to handle this?