Under Review
Last Updated: 23 Aug 2017 15:46 by Imported User
Imported User
Created on: 23 Aug 2017 04:59
Type: Feature Request
1
Separate destination server from HTTP Request
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