Closed
Description
Describe the bug
After adding [Authorize] attribute on Post method, aftert calling HttpClient.PostAsync() working like GetAsync().
To Reproduce
Steps to reproduce the behavior:
- Create default blazor app
- Add Coockies auth
- Add new Get endpoint
- Add [Authorize] attribute for new Post endpoint
- Call this Post endpoint
- In debug could see that HttpClient send Get request