Twenty6

.Net and Architecture

Monday, April 30, 2012

Fiddler & redirecting local traffic

Because I always forget the rule for redirecting requests that Fiddler receives while listening on port 8888 here it is below:

static function OnBeforeRequest(oSession: Session) {

//other statements

if (oSession.host == "localhost:8888") { oSession.host = "localhost:80" }

}

... where you can change localhost:80 to where the request needs to be redirected to

Posted by Jason Cornwall at 3:02 PM No comments:
Labels: Fiddler
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Labels

wcf appfabric MSDeploy ASP.Net Web Api MEF .Net JMeter Onion architecture Fiddler IIS 7 JQuery MSBuild MVC Orca Project Templates Provider Model Rhino Mocks SOA SOLID Serializing Visual Studio WSE 2.0 Web Deploy aws fitnesse lambda soapUI tdd

Blog Archive

  • ►  2016 (1)
    • ►  December (1)
  • ►  2015 (1)
    • ►  January (1)
  • ►  2014 (2)
    • ►  October (1)
    • ►  July (1)
  • ►  2013 (5)
    • ►  November (2)
    • ►  April (1)
    • ►  March (1)
    • ►  January (1)
  • ▼  2012 (7)
    • ►  December (1)
    • ►  October (1)
    • ►  June (1)
    • ▼  April (1)
      • Fiddler & redirecting local traffic
    • ►  March (1)
    • ►  February (2)
  • ►  2011 (12)
    • ►  December (1)
    • ►  November (1)
    • ►  October (1)
    • ►  August (2)
    • ►  June (1)
    • ►  May (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
  • ►  2010 (18)
    • ►  December (1)
    • ►  November (1)
    • ►  October (3)
    • ►  September (2)
    • ►  August (4)
    • ►  July (4)
    • ►  May (3)
Powered By Blogger
Twenty6. Simple theme. Powered by Blogger.