Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7849881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:40:24+00:00 2026-06-02T18:40:24+00:00

Fiddler specifies two options for using it as a reverse proxy. Option 1: Fiddler

  • 0

Fiddler specifies two options for using it as a reverse proxy.

Option 1:

Fiddler can be configured so that any traffic sent to http://127.0.0.1:8888 is automatically sent to a different port on the same machine. To set this configuration:

Start REGEDIT

Create a new DWORD named ReverseProxyForPort inside HKCU\SOFTWARE\Microsoft\Fiddler2.

Set the DWORD to the local port you’d like to re-route inbound traffic to (generally port 80 for a
standard HTTP server)

Restart Fiddler

Navigate your browser to http://127.0.0.1:8888

Option 2:

Alternatively, you can write a rule that does the same thing.

Say you’re running a website on port 80 of a machine named WEBSERVER. You’re connecting to the >website using Internet Explorer Mobile Edition on a Windows SmartPhone device for which you cannot >configure the web proxy. You want to capture the traffic from the phone and the server’s response.

Start Fiddler on the WEBSERVER machine, running on the default port of 8888.

Click Tools | Fiddler Options, and ensure the “Allow remote clients to connect” checkbox is checked. Restart if needed.

Choose Rules | Customize Rules.

Inside the OnBeforeRequest handler, add a new line of code:
if (oSession.host.toLowerCase() == “webserver:8888”) oSession.host = “webserver:80”;

On the SmartPhone, navigate to http://webserver:8888

Both options involve using Fiddler on the same machine, but what if Fiddler and the web server run on two different machines? For example, say that example.com is queried by some user and resolves to 1.2.3.4. Can I run Fiddler on 1.2.3.4 to forward traffic to 1.2.3.5 whenever example.com is queried? Assuming I use option 2 to configure Fiddler, would I set ‘webserver’ to example, example.com, http://www.example.com, or the IP address of example.com (assume http://www.example.com is an alias of example.com)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:40:27+00:00Added an answer on June 2, 2026 at 6:40 pm
    if (oSession.HostNameIs("subdomain.example.com")) {
        oSession.bypassGateway = true; // Prevent this request from going through an upstream proxy
        oSession["x-overrideHost"] = "128.123.133.123"; // DNS name or IP address of target server
    }
    

    Simulate the Windows HOSTS file, by pointing one Hostname to a different IP address

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can node.js be setup to recognize a proxy (like Fiddler for example) and route
I am attempting to write a Chrome extension that needs to watch HTTP traffic
I am using Fiddler to debug all HTTP request of my ASP.NET application. For
In Fiddler, I can pass in a request and get a response 500. Fine
With the help of fiddler, I did this replay attack with the following HTTP
Like in fiddler you can watch the logs between client and server. Like fiddler;
Is there any ajax debugger for IE8 other than Fiddler?
My controller action is being executed twice. Fiddler shows two requests and responses, and
I got two questions, but I think that there linked in someways. I made
i am trying to upload photo to facebook using fiddler In the request builder

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.