Skip to content

Cloudflare 403 Forbidden Error

Integration: Cloudflare

Introduction

If you’re seeing a 403 Forbidden error, with the following connections:

Cloudflare security rules might be causing this issue. Let’s go over the fix below.


Fix Cloudflare 403 Forbidden Error

To fix the 403 Forbidden Errors, you’ll need to update your Cloudflare WAF settings:

  1. Go to the Security tab in Cloudflare > select Security Rules or WAF in the submenu
  2. Create a New Custom Rule
    1. Rule name: Allow BlinkMetrics User Agent
    2. Create Expression:
      • Field: User Agent
      • Operator: Contains
      • Value: BlinkMetrics
    3. Then take action…: Select Skip from the dropdown
      • Log matching requests: Toggle ON
      • WAF components to skip: Select ALL checkboxes
        • If the list is shortened, click on More Components to Skip and select ALL checkboxes here too.
      • Place at: Select First from the dropdown
  3. Deploy the new rule

This adjustment helps Cloudflare recognize and allow BlinkMetrics requests properly.

Cloudflare dashboard showing how to create a custom WAF rule that skips security checks for the BlinkMetrics user agent using the “contains” operator.