• Resolved joy0114

    (@joy0114)


    Hi,

    Randomly, I’ve got a 403 error for admin-ajax.phph when jquery try to load it.

    Payload is:
    action=woosw_get_data&nonce=886874c9aa

    And console reports an issue with woosw_get_data.

    This function comes from a plugin named Smart Whislist, and this function is defined in their frontend.js:

    function woosw_get_data() {
        var data = {
          action: 'woosw_get_data',
          nonce: woosw_vars.nonce,
        };

    In ESI settings, for ESI nonces, I tried to add:

    [“stats_nonce”,”subscribe_nonce”]
    woosw_vars.nonce

    First line was already here.

    I purged all (big red button) but without success: error 403 for admin-ajax.php is still here.
    Did I forget something ?
    Report number:
    ARKBZCQO

    Thanks !
    Best regards

    • This topic was modified 1 year, 7 months ago by joy0114. Reason: report number

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please search in that plugin’s PHP code , to see what’s the nonce name

    Thread Starter joy0114

    (@joy0114)

    Hi,

    Ok, it works now !
    Nonce name was right, but I hadn’t purged CSS/JS (above all…).

    With this JS purge, no more error caused by this nonce.

    Thanks!
    Have a good day.
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with nonce ?’ is closed to new replies.