Bypassing cloudflare for api calls

Cloudflare is blocking our api files.

I have one php file that is called like:
www.awesome.com/epic?id=2

But since the server protects all files with Cloudflare no one can reach this file programatically.

And even if they just do it manually, it will return an image path, but accessing the image folder also doesn’t work without passing the js challenge.

Is it possible to somehow whitelist a file and folder so anyone can access them? especially another website.

Firewall Rules -> URI -> Allow

That was easy :smiley:

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.