我构造好对应基地址BaseAddress,并且提供了访问REST服务的API,当我POST一个数据时出现:
2015-03-12 14:05:47.5292 INFO Response is: StatusCode: 500, ReasonPhrase: 'Internal Server Error', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
Pragma: no-cache
X-SourceFiles: =?UTF-8?B?RDpcU1ZOXGJyYW5jaFxzcmMxLjAuMC4xXFNlcnZlclxFYXN5TGFiLlNlcnZlci5SRVNULlNlcnZpY2VzXGNvbXBuYW5vXGVhc3lsYWJcYXBpXHYxXGF1ZGl0bG9nc1w=?=
Access-Control-Allow-Origin: *
Cache-Control: no-store, no-cache, max-age=0, s-maxage=0, private
Date: Thu, 12 Mar 2015 06:05:36 GMT
Server: Microsoft-IIS/8.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Content-Length: 1526
Content-Type: application/json; charset=utf-8
Expires: -1
}
'Internal Server Error',500响应码说明你的REST服务部署的站点有问题。
用其他的工具(fiddler等)试一下,我觉得可能是站点的问题
恭喜你把服务干死了,说明服务做得不严谨。至少应该清楚200系列,300系列,400系列,500系列状态码代表什么意思