Why does SOCKS5 proxy authentication work in requests
and curl
, but fail in httpx
and aiohttp
with a 407 Proxy Authentication Required error?
#10791
-
Description:I'm trying to make HTTP requests through a SOCKS5 proxy with username/password authentication. Working (synchronous
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
https://github.com/romis2012/aiohttp-socks If that works for you, then we probably need to put a mention in the docs somewhere to help people find it. |
Beta Was this translation helpful? Give feedback.
https://github.com/romis2012/aiohttp-socks
If that works for you, then we probably need to put a mention in the docs somewhere to help people find it.