Last active
November 26, 2016 04:01
-
-
Save vhsu/1dbc42990740ef6a1243f23e691b79d1 to your computer and use it in GitHub Desktop.
Cloudflare Blocking Server to Server requests 403
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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