Skip to content

Instantly share code, notes, and snippets.

@vhsu
Last active November 26, 2016 04:01
Show Gist options
  • Save vhsu/1dbc42990740ef6a1243f23e691b79d1 to your computer and use it in GitHub Desktop.
Save vhsu/1dbc42990740ef6a1243f23e691b79d1 to your computer and use it in GitHub Desktop.
Cloudflare Blocking Server to Server requests 403
Recently we faced a problem with cloudflare blocking some server to server requests.
To fix the problem we simply created a page rule with the blocked ressource URL
And applied the following rule.
Browser Integrity Check : Off
Another solution would have been to simply add a user agent in the http request to avoid cloudflare from blocking it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment