POST data from Android to Web API returns 404
I’m trying to send data from my Android client as a POST request to my Web API Backend but it returns a 404 response code. Here’s my code:
I’m trying to send data from my Android client as a POST request to my Web API Backend but it returns a 404 response code. Here’s my code:
I have an Azure Mobile Service running Web Api and c# and enabled CORS as suggested in Enable CORS on Azure Mobile Serivce .NET Backend
however I have now come to add SignalR into the mix.