Thanks for the reply Eric
Is there anyway to override this, and make Fiddler request the page from a different address, through the proxy?
To explain:
The problem is that I'm trying to override the public DNS so I can access a server using its real name but hosted on a test server at a different IP address. Normally I could use my local hosts file, but I'm trying to use Fiddler specifically to make it work through our gateway proxy.
What I really want to do is to have Fiddler change the hostname in the initial request, while leaving the Hosts header unchanged.
Say the server is named
myhost.widgets.com, and I want to hit a test server at 64.102.103.11
I can achieve what I want with a curl request like:
That will work through our gateway proxy
Is there any way to achieve that in Fiddler?
Thanks