Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

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

 

  • Guest
  • Aug 23 2017
  • Under review
Bug
  • Attach files
  • Eric Lawrence commented
    August 24, 2017 06:02

    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