php - Catching requests made in xampp with fiddler -


i have simple php file makes soap requests. running on local computer xampp webserver.

i trying catch request made in fiddler, can see request php file returns html page. want catch request made when create soap client see being sent off.

is there setting in fiddler need change able see response? or sort of proxy can send request through visible in fiddler?

you can pass proxy settings soapclient class this:

$client = new soapclient("request.wsdl", array('proxy_host'     => "localhost",                                                'proxy_port'     => 8888)); 

this assumes fiddler running on it's default port (8888).


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -