Replies: 2 comments 7 replies
|
See... encode/httpcore#673 I've not taken a proper look at the https://github.com/romis2012/httpx-socks package but perhaps this supports both If you'd like to get support for this added then we'd be able to make the time to work with you on it. |
7 replies
|
As I understand it If there is no progress in adding both |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
E.g. in python-requests, I'd use
socks5h://...Is there any way I can do that using
httpx?I tried resolving just the IP itself and adding the Host header, but this gave me issues for Cloudflare servers and is a really insecure workaround.
Can anyone help me, please?
All reactions