I uploaded a blazor webapp on a host and I get this error while trying to modify or delete a product:
405 - HTTP verb used to access this page is not allowed.
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.
It's something to do with the response headers, they don't allow the Put
or Delete
method.
On localhost when testing the webapp everything is fine.
Is it the web host fault or the blazor app?