我正在尝试从 ASP.NET Web API Web 方法 (POST) 返回 401(未经授权)响应代码,但我得到 404。我做错了吗?
throw new HttpResponseException(HttpStatusCode.Unauthorized);
(或将其设置在 HttpResponseMessage 上)
谢谢
我正在尝试从 ASP.NET Web API Web 方法 (POST) 返回 401(未经授权)响应代码,但我得到 404。我做错了吗?
throw new HttpResponseException(HttpStatusCode.Unauthorized);
(或将其设置在 HttpResponseMessage 上)
谢谢