-
I test a site which I want to probe urls using httpx. However, the site I'm talking about is using cloudflare protection, after requesting => it says 'checking your browser, you will be redirected in 5 seconds' and I'm getting redirected to the page that doesn't exists because as I think I didn't pass some protection test [always returns 403 for my requests], after some search I knew That it would be "CloudFlare's I'm Under Attack Mode" --> http://blog.cloudflare.com/introducing-im-under-attack-mode
is there anyway to work around this ??regards |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Nov 22, 2022
Replies: 1 comment 4 replies
-
@c4ir0 this is expected with cloudflare protection, for these cases, you probably going to require a headless request for automation. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
olearycrew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@c4ir0 this is expected with cloudflare protection, for these cases, you probably going to require a headless request for automation.