• Resolved Manish S

    (@shahmanish877)


    Hi.

    I tested it on 2 multisite setup. The cloudflare shows API token is connected but when selecting the domain it shows blank page without any message.
    Upon checking the network response, this is the response –

    {
    "success": true,
    "message": "",
    "data": {
    "success": false,
    "permissions": {
    "0": "#waf:read",
    "1": "#waf:edit",
    "12": "#analytics:read"
    }
    }
    }
Viewing 1 replies (of 1 total)
  • Robert Soare

    (@soarerobertdaniel7)

    Hello,

    For Cloudflare integration, we require:

    		'#waf:read',
    '#waf:edit',

    '#dns_records:read',
    '#dns_records:edit',
    '#page_shield:read',
    '#ssl:read',
    '#page_shield:edit',
    '#zone:edit',
    '#zone:read',
    '#zone_settings:read',
    '#zone_settings:edit',
    '#cache_purge:edit',

    '#analytics:read',

    And from your response it seams that those 3 are missing:

         "#waf:read",
    "#waf:edit",
    "#analytics:read"

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.