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 need to get data from a server that redirects to the same page with a cookie and expects the 2nd call to contain said cookie. If you don't deliver the cookie, it redirects again and you end in a redirect look til max_redirect is reached. Is this possible to configure? Or do I need to manually follow the redirects with this kind of thing?
Thanks for your help <3 .
The text was updated successfully, but these errors were encountered:
Tried to read the docs, but I failed:
I need to get data from a server that redirects to the same page with a cookie and expects the 2nd call to contain said cookie. If you don't deliver the cookie, it redirects again and you end in a redirect look til
max_redirect
is reached. Is this possible to configure? Or do I need to manually follow the redirects with this kind of thing?Thanks for your help <3 .
The text was updated successfully, but these errors were encountered: