We are applying for a developer account for a fitness app (Garmin) and required to put the our privacy-policy website link before we can proceed. Our website is hosted in Clickfunnels.
However when their system requested for the link, it’s using a User-agent “Drupal/10.1.1 (+https://www.drupal.org/
) GuzzleHttp/7” and got blocked by Cloudflare, so we can’t proceed with the account creation.
You can simulate the issue using this curl command:
curl --location --request GET ‘
https://www.goxpro.com/privacy-policy
’ \ –header ‘User-Agent: Drupal/10.1.1 (+https://www.drupal.org/) GuzzleHttp/7’ \ –http1.1
Upon checking the Security > Events page, it doesn’t have any records of blocked request.
We also tried creating a Custom Rule to block the User-agent, have a different response (404) and force an error, but still the request returns 403 and not recorded on the Security > Events page.
Note: Already contacted Clickfunnel’s support and got this reply
Please note that we can not remove the Cloudflare block. Only Cloudflare can lift it.
Any comments or leads of what causes the issue is highly appreciated. Thanks!