How do I monitor all incoming http requests?

后端 未结 9 940
南方客
南方客 2020-12-07 09:01

I need to monitor my application from incoming http POST and GET requests originating from outside and sometimes inside the machine.

Is th

9条回答
  •  悲哀的现实
    2020-12-07 09:34

    Using Wireshark..

    I have not tried this: http://wiki.wireshark.org/CaptureSetup/Loopback

    If that works, you could then filter for http/http contains GET/http contains POST traffic.

    You might have to run two Wireshark instances, one capturing local, and one capturing remote. I'm not sure.

提交回复
热议问题