Inconsistent behavior between HTTPX and CURL #2993
Replies: 1 comment
-
FWIW I think the problem is from TLS. > curl https://my.surfshark.com/auth/login -I -k -A "Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0"
HTTP/1.1 403 Forbidden
Date: Fri, 08 Dec 2023 02:30:38 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 5872
Connection: close |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can see pure outgoing raw request of CURL via verbose mode.
How Can I see pure outgoing request in HTTPX?
Beta Was this translation helpful? Give feedback.
All reactions