Invalid access, unverifiable ‘nonce’ value.
-
Hi Sir,
I’m having a problem with the Nonce,. I’m Creating a new User via POST in Postman, but im getting this error response.
Invalid access, unverifiable ‘nonce’ value.
"error": "Invalid access, unverifiable 'nonce' value. Use the 'get_nonce' Core API method. "
I do get the nonce request:
https://localhost/api/get_nonce/?controller=user&method=register
and give me result
{"status":"ok","controller":"user","method":"register","nonce":"1......."}
But Im always getting an error. But when i paste the request via URL i can create user but not in the Postman.Here’s the parameters i use to pass a data to Create User:
insecure=cool username=johndoe [email protected] last_name=Doe first_name=John user_pass=143johncalub nonce=5XXXXXXX display_name=JohnDoe meta_key=member_id meta_value=1XXXXX
Any ideas Sir?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Invalid access, unverifiable ‘nonce’ value.’ is closed to new replies.