• Resolved Habib Chauhan

    (@habib214)


    Can someone explains the procedure of nonce?
    Is it changes time to time? if yes how much time?
    Or it will be same every time?
    I have called the api to get nonce and send it in register api, but giving me error of “Invalid access, unverifiable ‘nonce’ value. Use the ‘get_nonce’ Core API method.”

    I have got many nonce from postman but some of them works like 2 nonce are working with register api.

    Please help someone.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Habib Chauhan

    (@habib214)

    On getting nonce from nonce api, and call it in register api from get request in chrome works fine, but not in postman, it works with some old nonce.

    Plugin Author Ali Qureshi

    (@parorrey)

    by default, nonce expires after 24 hours if not used. If used, they expires immediately as it is number used once.

    Most probably your nonce is not created successfully as it is returning old value either due to hosting caching issue or plugin caching on server or transients. You can bypass url caching by adding time param. Also send POST request whenever possible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nonce issue’ is closed to new replies.