Web API响应从服务器返回500,但我收到'刷新:1'在客户端上

时间:2017-01-12 13:27:20

标签: http

我正在尝试为我的RESTful服务编写一个简单的Android应用程序。出于一些奇怪的原因,我在HTTP响应中得到了这个结果:

HTTP/1.1 200 OK
Content-Type: text/html
Pragma: no-cache
Refresh: 1; URL=http://service.aurora.phis.ir/user/word/processWordMeaningDiscoveryAnswer?wordId=9873&meaning=%D9%85%D8%A7%D9%87%DB%8C%20%D9%87%D8%A7
Connection: Close

<HTML></HTML>

这很奇怪,因为使用Fiddler并重新编写完全相同的请求,我在另一台机器上得到响应。我还在服务器上使用Wireshark来验证它是否返回正确的HTTP响应。 这是服务器返回的响应:

HTTP/1.1 500 Internal Server Error
Cache-Control: no-cache
Pragma: no-cache
Content-Length: 115
Content-Type: text/plain; charset=utf-8
Expires: -1
Server: Microsoft-IIS/8.0
Access-Control-Allow-Origin: http://aurora.phis.ir
Access-Control-Allow-Credentials: true
X-Powered-By: ASP.NET
Date: Thu, 12 Jan 2017 12:59:54 GMT

............ ....... bananas ........ ........... .... ........ ............ .... ...... .......... .......... ....

点是Unicode字符,没关系。但是我的机器上的Fiddler或Android Emulator都没有得到相同的响应,而在我的其他机器上一切正常。有什么问题?

0 个答案:

没有答案