Web Api 2 bad request
问题 Im a beginner with Web api and Im trying to setup a simple owin selfhosted service that Im trying out. I've been searching stackoverflow and other places for a while now, but I cant seem to find anything obviously wrong. The problem I have is that I get a bad request response everytime I try to call my service. The controller looks like this: [RoutePrefix("api/ndtdocument")] public class NDTDocumentsController : ApiController, INDTDocumentsController { [HttpGet] public IHttpActionResult Get()