First of I wanted to apologize in case my question may not be provided with enough connect or anything of that matter, I'm typing this up on my phone right now.
So I'm working on a project that requires me to automate tasks within a webpage and in order to do that, step one is to access the page in the first place, but I've reached an obstacle that I've tried searching and figuring out with no avail.
The webpage I'm trying to reach had DDoS protection by CloudFlare, meaning before entering the page, your browser is checked for a couple seconds then let through.
I'm using the external library HtmlUnit which provides me with everything I will need and when accessing the page, I get a 503 error
, saying I cannot access it, in fairly sure this is the protection blocking it.
Now my question is how should I bypass it. There is a .jar
I decompiled and looked at which goes to the same site as me but it's far too illegible for me to make out.
Would appreciate help on this task so much, thanks.
For reference, here is an example of a webpage that uses CloudFare for testing, www.osbot.org (this isn't the site BTW).
If you need anything else please let me know and again sorry for text only, it's hard typing this up on my phone and I currently have no PC access.
Edit: Cannot whitelist my IP or get in contact with site owner