From 8fa04f575dc91927dee10688192d18f2f242a35c Mon Sep 17 00:00:00 2001 From: forest Date: Thu, 25 Feb 2021 17:26:52 -0600 Subject: [PATCH] formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59aafea..c3e1720 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,9 @@ Return type: `text/plain` (error/status messages only) - `GetChallenges` hasn't been called 10 or more times since this challenge was originally returned. - `Verify` has not been called on this challenge before. - 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` + - (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.