Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,664 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear Microsoft community,
When sending GET request with httpClient.SendAsync I get this error:"TypeError: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.".
Is there any way to workaround this, because I was hired to write frontend for web API which requires Get request with a body. My employer won't agree with any changes on the REST API
Thank you in advance!