Skip to content

Commit d9e395d

Browse files
committed
Add clientAddress to CAPTCHA verification example and update JSON formatting
1 parent 9074454 commit d9e395d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ Verifies a CAPTCHA solution payload.
259259
{
260260
"siteKey": "site1",
261261
"siteSecret": "secret1",
262+
"clientAddress": "192.168.1.100",
262263
"payload": {
263264
"algorithm": "SHA-256",
264265
"challenge": "abc123...",
@@ -272,7 +273,7 @@ Verifies a CAPTCHA solution payload.
272273

273274
**Response:**
274275

275-
```json
276+
```jsonc
276277
{
277278
"valid": true
278279
}

0 commit comments

Comments
 (0)