...

/

Test the Protected API

Test the Protected API

Learn to verify that the API is correctly protected.

The weather forecast API is protected from unauthorized access attempts. Let’s verify that the protection actually works.

Check the “Fetch data” page

Before we modify the Blazor WebAssembly application to make authorized requests to the protected API, let’s make sure that the API is ...