• Resolved madri2

    (@madri2)


    Hello,
    when filling the form,
    the xhr request to /wp-content/plugins/cleantalk-spam-protect/lib/Cleantalk/ApbctWP/Ajax.php
    return a 403 error.

    I tracked down the error to the function check_ajax_referer :
    if ( false === $result ) {
    http_response_code( 403 );
    die( -1 );
    }

    if i disable ajax on the settings, obviously it don’t do this request anymore, but i still have another problem whether or not I enable ajax, which is sending the contact form give an error 500 after around 30s

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘403 error on ajax.php’ is closed to new replies.