Sometimes WebAPI returns 405 in cases where it should return 404. If there is no possible verb to satisfy a URL, then it should be 404.
Consider an empty controller:
class TestController : ApiController {
}
Today. calls to GET Api/Test will return a 405. It should be 404.
Comments: Fixed in changeset a618c26a3682b774881648989f2680b754f1913e
Consider an empty controller:
class TestController : ApiController {
}
Today. calls to GET Api/Test will return a 405. It should be 404.
Comments: Fixed in changeset a618c26a3682b774881648989f2680b754f1913e