Error on Status Code #866
Answered
by
ehsandeep
CalfCrusher
asked this question in
Q&A
-
hello, sometimes httpx reports wrong status code. For example
Returns a 200 status code But
returns a 403 Forbidden |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Nov 14, 2022
Replies: 2 comments 1 reply
-
@CalfCrusher you can easily debug the response with
it's not a wrong response, instead, curl is blocked by that website for some reason. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CalfCrusher
-
@ehsandeep you right, my bad |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@CalfCrusher you can easily debug the response with
it's not a wrong response, instead, curl is blocked by that website for some reason.