Fiddler

From Attie's Wiki
Revision as of 21:35, 20 June 2012 by Attie (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Fiddler is a great 'HTTP Debugging Proxy' with many uses.

Redirecting a URL

Say you want to access http://mydomain.com/ but you want to use a test server, or the DNS hasn't propagated yet..

  1. Select the 'AutoResponder' tab
  2. Check 'Enable automatic responses'
  3. Check 'Unmatched requests passthrough'
  4. Add a rule with the following items:
    1. URI Matches: regex:http://mydomain/?(.*)
    2. Respond With: http://12.34.56.78/$1
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox