2

I want to do a http get request to a page with a json result so i can parse it and do my things.

The website always have the cloudflare 5 second protection, or waits 5 seconds before it redirects in my chrome browser, but in my c# application i always get a 503 error with a http get or http post. I tried many ways with allowredirect=true but i just can't do it! Can someone help me?

I need to wait 5 seconds and then get the correct page. Any way to do it?

user3452550
  • 41
  • 1
  • 5
  • It is not waiting 5 seconds - I think it does something in those 5 seconds you fail to do. This protection is made to keep bots out (advanced DDOS) and your access looks perfectly like a bot (which does not run javascript). – TomTom Mar 23 '14 at 16:05
  • Any way to get the information from the website? webbrowser works in c# but how can i get my json information? – user3452550 Mar 23 '14 at 16:09
  • 1
    Ask Cloudflare not to protect your JSON content. The 5 second redirect requires Javascript to run or you get a 503. – Erik Philips Mar 23 '14 at 16:16
  • Yeah. Basically read the documentation / contact their support and find out how to bypass the DDOS protection for certain URL's. – TomTom Mar 23 '14 at 16:25
  • Do you solve your problem, I have the same problem – D.JCode Dec 18 '18 at 17:33

0 Answers0