Jump to content
Tuts 4 You

Bypassing Cloudflare?


hotpockets

Recommended Posts

I'm creating a program to purchase items from a website. During high traffic hours, it throws me into the cloudflare queue and my program just freezes up. It redirects me to like 20 different places, super annoying. I managed to retrieve the direct ip using a series of Cloudflare resolvers and bypasses but everytime I enter the IP, it redirects me to the domain name. 

So let's say the IP is 123.123.123.123 and it lets me in but it will take me back to website.com which is protected by Cloudflare. I believe adding the item via POST requests and using the direct IP will help add an item when Cloudflare is active. Checking out may become an issue as pulling up the checkout page has a special "form_key" that needs to be extracted before submitting the POST request.

Any advice or tips would be greatly appreciated.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...