I\'ve got the following action on an ApiController:
public string Something() { return \"value\"; }
And I\'ve configured my routes as f
I got this error when running a query without SSL.
Simply changing the URL scheme of my request from HTTP to HTTPS fixed it.