Having problems using the nonce from get_nonce
-
I am trying to use register a new user after succesfully getting the nonce:
{“status”:”ok”,”controller”:”core”,”method”:”get_nonce”,”nonce”:”67e6e1fe95″}Then using that nonce value in the register call:
https://localhost/api/user/generate_auth_cookie/?nonce=55e6e1fe95&username=xxxxxx&password=xxxxx{“status”:”error”,”error”:”Your ‘nonce’ value was incorrect. Use the ‘get_nonce’ API method.”}
I am assuming I am doing something wrong cause this seems pretty straight forward.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Having problems using the nonce from get_nonce’ is closed to new replies.