I have a Java based soap service which sends web service request to third party service and expects synchronous response. Request is HTTPS
and not HTTP
(that's why I cannot use TCPMon). I've never used Fiddler
before, only TCPMon
to monitor traffic but TCPMon doesn't work for HTTPS request. Researched online and found that Fiddler support HTTPS traffic monitoring but am having hard time to configure Fiddler.
Can someone please explain or direct me a link 1. How to configure Fiddler to forward my request to third party service 2. How to configure my java client.
I read this documentation but it is not clear where to configure Fiddler so that request is forwarded to target host and port.
EDIT: The other question do not state (as I mentioned above also) where to specify in Fiddler the target host name and port