cURL - Load a site with CloudFlare protection

后端 未结 2 1699
小蘑菇
小蘑菇 2020-12-15 07:21

I have a site which I want to load using cURL. However, the site I\'m talking about is using cloudflare protection. While on cURL request => it says \'checking your browser,

2条回答
  •  有刺的猬
    2020-12-15 08:00

    That would be CloudFlare's I'm Under Attack Mode --> http://blog.cloudflare.com/introducing-im-under-attack-mode

    If you are the owner of the site you should whitelist your own IP address. If you're a visitor to the site either

    1.) The website owner has the feature enabled on their own website in which case it's intentional and there is no way around that as they are protecting their website or

    2.) You are loading the site too often -- and you're triggering CloudFlare's DDOS protection.

    p.s. Disclaimer: I work for CloudFlare.

提交回复
热议问题