kimyeo01
6 years agoVisitor
Security test using groovy script has an error.
The application uses OAuth1.0. For the scan, I have created the groovy scripts for each test case (every other endpoint). When I run through the groovy script, it was executed without any problem, a...
- 6 years ago
Hi kimyeo01,
I've found the following explanation for the nonce_used error:
"The nonce-timestamp combination has already been used"
Source: https://devdocs.magento.com/guides/v2.3/get-started/authentication/oauth-errors.htmlSo, it seems that you need to use a new value when you run the request again.
Also, I can recommend checking the ReadyAPI logs and logs from the server.