简体   繁体   中英

HTTP request - Response was a server error. what does this mean?

i am trying to debug and issue and while examining HTTP request in Fiddler i noticed one of the request with a red triangle sign next to it with no HTTP response. Can someone explain what does it mean? is there an issue on our end or the server where the request was sent?

Fiddler中的Http错误

TIA

The trace file you sent me shows that you've exported the traffic from IE's F12 Developer Tools Network tab, rather than capturing it with Fiddler itself. You then imported that traffic into Fiddler.

The problem is that the IE developer tools have a number of bugs and in this case they've omitted some of the request data. As a consequence, Fiddler shows only the data it finds and omits the missing data.

To get a proper capture, your best bet is to use Fiddler itself rather than the F12 tools.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM