Tagged Questions
1
vote
1answer
213 views
Capturing outgoing traffic from localhost MAMP using Wireshark
I'm trying to capture outgoing SOAP (over HTTP) requests generated by one of my PHP scripts (being run on my localhost). I'm running MAMP and using the PHP NuSOAP library for sending the request, I ...