You can support this site from as little as $1 a month on Patreon.

The support pays for site hosting and the expansion of this content.

In addition, Patreon Supporters gain access to exclusive online video training courses and ebooks.

Join Now

How to complete the challenge POST /secret/note (403)

Use POST /secret/note with a valid JSON note payload and include an X-AUTH-TOKEN header, but make the token value invalid.

The API can see an auth token was supplied, but it does not match the current challenger, so the response should be 403.

Try it now

POST /secret/note with a wrong auth token to trigger 403