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
- SSL verification is hardcoded to VERIFY_NONE. Should be configurable or default to VERIFY_PEER.
- Redirect handling does not preserve the original HTTP verb for 307/308 responses. See: https://peterdaugaardrasmussen.com/2020/05/09/how-to-redirect-http-put-or-post-requests/
- Redirect handling hardcodes "http://" for relative redirects, losing the scheme if the original request was HTTPS.