How do I see the raw HTTP request that the HttpWebRequest class sends?

后端 未结 8 661
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 01:19

I know you are all going to answer \"use a debugging proxy server like Fiddler\" but it\'s not that simple.

Here\'s my situation: I have some code that runs on a ser

8条回答
  •  [愿得一人]
    2020-11-29 01:44

    You can use a network traffic sniffer like wireshark.

    This is not a debugging proxy, but will sniff all traffic and let you see the raw requests/responses.

提交回复
热议问题