Probably since the default behaviour of a method is is GET. To make a method to accept posted values, we will need to decorate it with the [HttpPost]. This applies for a MVC application. Please check if you may need to do this in your code too.
Thanks and Regards,
Nataraj
----------------------
Please mark as answer if it helps!
Participant
1914 Points
485 Posts
Re: AJAX request giving 404 from mobile app
Jul 22, 2016 01:45 PM|Nataraj Gandhi Arunachalam|LINK
Probably since the default behaviour of a method is is GET. To make a method to accept posted values, we will need to decorate it with the [HttpPost]. This applies for a MVC application. Please check if you may need to do this in your code too.
Nataraj
----------------------
Please mark as answer if it helps!