...
/Challenge: Restricting Write Requests
Challenge: Restricting Write Requests
Test yourself by restricting access to POST requests in a web API.
We'll cover the following...
Overview
In this challenge, you will need to apply security to web API endpoints and correctly pass a bearer token to it.
Requirements
In the playground below, you have a web API application represented by the SecondaryApiApp
project that stores information about ...