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
If urlopen loads a redirect, does it follow it or just returns the redirect response?
If it does not follow the redirect, then we need to change it.
Maybe use requests are just set it follow redirects properly.
The text was updated successfully, but these errors were encountered:
If
urlopen
loads a redirect, does it follow it or just returns the redirect response?If it does not follow the redirect, then we need to change it.
Maybe use
requests
are just set it follow redirects properly.The text was updated successfully, but these errors were encountered: