CORS failed .Net 6.0 Api (Blazor WASM, POST and GET are working) – Asp.net
I'm getting the following CORS Error when using PUT or DELETE requests. getting this cors error in chrome When i use POST or GET, requests are working whitout any problems. On localhost all requests types are working, even there are…