The free web debugging proxy for any browser, system or platform.
I want to compose the below request
GET /foo HTTP/1.1Host: lolhost
and send it to any server, not necessarily "http://localhost/foo", not to lolhost
It's not entirely clear what you're asking for specifically, but I'd guess that this is what you want:
GET /foo HTTP/1.1Host: HostHeaderToSendToServer.comFiddler-Host: ActualHostToConnectAndSendRequest.com
You won't be notified about changes to this idea.
It's not entirely clear what you're asking for specifically, but I'd guess that this is what you want: