Fiddler

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "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...")
 
m
 
Line 7: Line 7:
 
# Check 'Unmatched requests passthrough'
 
# Check 'Unmatched requests passthrough'
 
# Add a rule with the following items:
 
# Add a rule with the following items:
## URI Matches: <code>regex:http://mydomain/?(.*)</code>
+
## URI Matches: <code>regex:http://mydomain.com/?(.*)</code>
 
## Respond With: <code>http://12.34.56.78/$1</code>
 
## Respond With: <code>http://12.34.56.78/$1</code>

Latest revision as of 21:35, 20 June 2012

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

[edit] 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.com/?(.*)
    2. Respond With: http://12.34.56.78/$1
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox