403 Forbidden Error when trying to Create a Form with Forminator

Home Forums BulletProof Security Pro 403 Forbidden Error when trying to Create a Form with Forminator

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44810
    A.
    Participant

    Hi,

    both your plugin as well as WP Cerber blocked me from creating a form with Forminator. The error message with BulletProof Security is:

    403 Forbidden Error

    If you arrived here due to a search or clicking on a link click your
    Browser’s back button to return to the previous page. Thank you.

    I managed it to work with WP Cerber by excluding wp-admin/admin.php. But how do I exclude that (or my IP address as administrator) from being blocked by BulletProof Security?

    I have seen a thread I suspect could be connected (see here), but as I do not really have acquired a deeper understanding of these matters, I am not sure what to do (besides switching off BulletProof Security while creating forms, that is). I would appreciate your help.

    #44812
    AITpro Admin
    Keymaster

    Go to the BPS Security Log page and copy/paste the 403 error security log entry that is related to the Forminator plugin so I can see what is being blocked and provide a fix.

    #44814
    A.
    Participant

    Thank you for responding (my apologies for seeing your response only now). Here is the log, for privacy reasons, I have taken out/replaced the name of the website and parts of the IP address, but could give you both by PM if relevant.

    [403 GET Request: February 27, 2025 - 11:40 pm]
    BPS: 6.9
    WP: 6.7.2
    Event Code: WPADMIN-SBR
    Solution: https://forum.ait-pro.com/forums/topic/security-log-event-codes/
    REMOTE_ADDR: GDPR Compliance On
    Host Name: ip-xxxxxxxx.web.vodafone.de
    SERVER_PROTOCOL: HTTP/1.1
    HTTP_CLIENT_IP: GDPR Compliance On
    HTTP_FORWARDED: GDPR Compliance On
    HTTP_X_FORWARDED_FOR: GDPR Compliance On
    HTTP_X_CLUSTER_CLIENT_IP: GDPR Compliance On
    REQUEST_METHOD: GET
    HTTP_REFERER: https://www.[myaddress].com/wp-admin/admin.php?page=forminator-cform
    REQUEST_URI: /wp-admin/admin.php?page=forminator-cform-wizard&name=Withdrawal%20Agreement%20Waiver%20(14%20days)&template=blank&create_nonce=914099873e
    QUERY_STRING: page=forminator-cform-wizard&name=Withdrawal%20Agreement%20Waiver%20(14%20days)&template=blank&create_nonce=914099873e
    HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
    #44819
    AITpro Admin
    Keymaster

    Add this whitelist rule to this wp-admin Custom Code text box > 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
    Click the save wp-admin Custom Code button.
    Go to the Setup Wizard page, run the Pre-Installation Wizard and Setup Wizard.

    # Forminator wp-admin plugin skip/bypass rule
    RewriteCond %{QUERY_STRING} page=forminator-cform-wizard(.*) [NC]
    RewriteRule . - [S=2]
    #44823
    A.
    Participant

    Thank you very much for your help. It worked, I can now create forms.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.