I’m having troubles debugging a POST request I’m making from my web server to another web server.
I’m trying to communicate with a SOAP web service but from some reason a code that worked well from local machine fails when executing on my server
Looking for a way to see the post request my server make to the web service server
web server OS – CentOs
using PHP curl to make the request
Ideas anyone?
I’m having troubles debugging a POST request I’m making from my web server to
Share
Wireshark? If you’ve got to connect to the remote end using SSL, then run a stunnel client on the soap client and route requests through that tapping in between.