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 979419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T04:12:59+00:00 2026-05-16T04:12:59+00:00

Is it possible to edit HTTP request using fiddler so that my asp.net application

  • 0

Is it possible to edit HTTP request using fiddler so that my asp.net application hosted elsewhere return true for the following code block

HttpContext.Current.Request.Url.Host == "localhost"
  • 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-05-16T04:13:00+00:00Added an answer on May 16, 2026 at 4:13 am

    Sure you can. Simply add the following:

    if (oSession.hostname == "fakelocal"){
    oSession.hostname = "localhost";
    oSession["x-overrideHost"] = "123.1.1.1"; // <-- Server IP here!
    }
    

    Then, use the url: http://fakelocal/whatever in the client.

    Fiddler will change the host header to “LOCALHOST” and direct the request to the server IP of your choice.

    Note, of course, that this won’t work if there’s a proxy upstream, because upstream proxies do their own DNS lookups.

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

Sidebar

Related Questions

Is it possible to edit and update a GridView cell without using <asp:TemplateField> and/or
I'm using an app_offline.htm file as described here : http://weblogs.asp.net/scottgu/archive/2005/10/06/426755.aspx to take an old
Is it possible to edit a JSON file using javaScript? I'm trying to read
Is there any possible way to edit this code <asp:LoginName ID=LoginName1 runat=server style=top: 165px;
I'm writing a web service (using ASP.NET MVC) and for support purposes we'd like
Is it possible to post to a form from pure code behind in ASP.NET?
Is it possible to create an HTTP tunnel in Delphi or C++? My application
I've got kind of dumbed-down entities coming in on an http request that I'm
I'm using Nick Johnson's Bulk Update library on google appengine (http://blog.notdot.net/2010/03/Announcing-a-robust-datastore-bulk-update-utility-for-App-Engine). It works wonderfully
I am using the following url to stream twitter data. http://stream.twitter.com/1/statuses/filter.json?count=-150&follow=16256661&track=indiana Without the count

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.