I want to compose the below request
GET /foo HTTP/1.1
Host: lolhost
and send it to any server, not necessarily "http://localhost/foo", not to lolhost
1 comment
Eric
Posted on:23 Aug 2017 05:00
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.1
Host: HostHeaderToSendToServer.com
Fiddler-Host: ActualHostToConnectAndSendRequest.com