Fiddler seems to be killing a webservice call I'm making via SSL.
When I have fiddler capturing traffic (with Decrypt HTTPS traffic and Ignore cert errors both checked), my Web Service call becomes untrusted (I'm able to view SSL in a browser, but the web service call seems to be 'not ignored'). Essentially, I'm trying to catch the XML going up to the web service via a SSL.
Any thoughts or better ways to do this?