How to complete the GET Authorized secret note challenge, which returns a status code of 200 and the secret note.
Issue a GET request on the `/secret/note` end point receive 200 when valid X-AUTH-TOKEN used - response body should contain the note
`GET` request means use the HTTP Verb GET
e.g. `GET /secret/note` sends to the secret note endpoint
`valid X-AUTH-TOKEN used` means a custom header named `X-AUTH-TOKEN` should be added to the message with the value received from the `/secret/token` response in Challenge 30
add the `X-CHALLENGER` header to track progress
Receive a 200 response because both `X-CHALLENGER` and `X-AUTH-TOKEN` are for the same user. The Response should contain the content of the secret note.
Find the application links and more information at:
https://eviltester.com/apichallenges
Write up of this challenge instructions:
https://eviltester.com/apichallenges/...
---
Remember to subscribe to this YouTube channel.
You can support me on Patreon / eviltester (watch my videos ad free and receive extra content)
I blog at https://eviltester.com/blog
Learn more about my books and online training at:
https://eviltester.com
Follow me on:
/ eviltester
/ eviltester
/ eviltester