I am using HttpListener in my application. Both server and client are in my local machine. I am able to send requests from the client and send responses back from the server - all works OK. The problem is that I am unable to view the http requests/responses using Wireshark. If the server and the client ar开发者_开发问答e on different machines then I am able to view those requests/responses. Does anyone know why it happens?
Thanks.
The problem is with Wireshark itself as far as I can see.
This link explains it better: http://wiki.wireshark.org/CaptureSetup/Loopback
精彩评论