-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
On HTTP error like this:
Received HTTP code 407 from proxy after CONNECT
proxy = ('http', ('geo.iproyal.com', 12321, ('login','password')))
r = hurl.get("https://ipv4.icanhazip.com/", proxy = proxy)
On SOCKS5:
No authentication method was acceptable.
proxy = ('socks5', ('geo.iproyal.com', 42324, ('login','password')))
r = hurl.get("https://ipv4.icanhazip.com/", proxy = proxy)
Metadata
Metadata
Assignees
Labels
No labels