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 Dec 14, 2018. It is now read-only.
@itsfelipesan can you please provide us the following information to help investigate the bug?
Target framework (CLR, Core CLR)
Version of the MVC package used (Beta8, RC1)
Stack trace/logs/response from the server.
Stack trace/logs of the Console Developer Tools in the browser.
.
Is it CORS enabled on Azure Websites?
jQuery code used to do the post request?
Startup code used to configure CORS?
I was able to successfully create two apps, upload them to azure websites, send a cross domain request and get the response.
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: