mirror of
https://github.com/sequentialread/pow-captcha.git
synced 2025-07-02 02:52:28 +00:00
explain nonce passing better
This commit is contained in:
parent
3a3b4fb8c6
commit
c4e0d40eee
@ -121,7 +121,8 @@ Return type: `text/plain` (error/status messages only)
|
|||||||
- This challenge was returned by `GetChallenges`.
|
- This challenge was returned by `GetChallenges`.
|
||||||
- `GetChallenges` hasn't been called 10 or more times since this challenge was originally returned.
|
- `GetChallenges` hasn't been called 10 or more times since this challenge was originally returned.
|
||||||
- `Verify` has not been called on this challenge before.
|
- `Verify` has not been called on this challenge before.
|
||||||
- The provided hexadecimal nonce solves the challenge. (This nonce string will be passed to the function you specify in [data-sqr-captcha-callback](#data-sqr-captcha-callback) )
|
- The provided hexadecimal nonce solves the challenge.
|
||||||
|
- The winning nonce string will be passed to the function you specify in [data-sqr-captcha-callback](#data-sqr-captcha-callback). You just have to make sure to post it to your server so your server can include it when it calls `/Verify`
|
||||||
Otherwise it returns 404, 400, or 500.
|
Otherwise it returns 404, 400, or 500.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user