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
Enable redirect following and avoid treating 302s as errors (#685)
* Enable redirect following and avoid treating 302s as errors
* Remove debugging, reformat
* Change download test to fail if we don't follow redirects
* Use raise_for_status only if we have an error response
This works around httpx's preference to raise in the redirect case.
0 commit comments