I have a test website hosted on Apache on my local machine. I have a php script that makes a call to a remote website.
I would like to capture this traffic in Fiddler, but I'm assuming that Apache is opening another port to perform that communication so Fiddler doesn't know about it.
How should I configure Fiddler to know about that communication?