You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2018. It is now read-only.
I have a WebApp on Azure, but any HttpPost route receive 404 Not Found.
All the HttpGet routes work fine, but all the HttpPost routes don't work.
This happens only on Azure, that is, in the localhost the HttpPost route works normally.
Here is an example:
...azurewebsites.net/contact/send -> NOT FOUND
localhost/contact/send -> WORKS FINE
I'm trying to POST throught ajax.
I have already enable CORS.
The text was updated successfully, but these errors were encountered: