<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Over It. &#187; Fiddler</title>
	<atom:link href="http://jason.diamond.name/weblog/tag/fiddler/feed/" rel="self" type="application/rss+xml" />
	<link>http://jason.diamond.name/weblog</link>
	<description>(a Weblog by Jason Diamond)</description>
	<lastBuildDate>Mon, 12 Jul 2010 00:58:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>A Useful Fiddler Bookmarklet</title>
		<link>http://jason.diamond.name/weblog/2010/01/13/a-useful-fiddler-bookmarklet/</link>
		<comments>http://jason.diamond.name/weblog/2010/01/13/a-useful-fiddler-bookmarklet/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 19:38:56 +0000</pubDate>
		<dc:creator>Jason Diamond</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Fiddler]]></category>

		<guid isPermaLink="false">http://jason.diamond.name/weblog/?p=78</guid>
		<description><![CDATA[IE 7 and up are hard-coded to bypass the proxy when the host is &#8220;localhost&#8221;. When Fiddler is running, you can change localhost to &#8220;ipv4.fiddler&#8221; to trick your browser into talking to the Fiddler proxy as documented here. Since manually changing the host every time I want to test an ASP.NET or Silverlight application is [...]]]></description>
			<content:encoded><![CDATA[<p>IE 7 and up are hard-coded to bypass the proxy when the host is &#8220;localhost&#8221;. When <a href="http://www.fiddler2.com/">Fiddler</a> is running, you can change localhost to &#8220;ipv4.fiddler&#8221; to trick your browser into talking to the Fiddler proxy as documented <a href="http://www.fiddler2.com/fiddler/help/hookup.asp">here</a>.</p>
<p>Since manually changing the host every time I want to test an ASP.NET or Silverlight application is so tedious, I wrote this little <a href="http://en.wikipedia.org/wiki/Bookmarklet">bookmarklet</a> to do that work for me:</p>
<pre class="brush:js">javascript:(function(){window.location=window.location.toString().replace('localhost', 'ipv4.fiddler');})()</pre>
<p>Paste that (as a single line) into the URL box of a favorite in IE and you&#8217;re one click away from tracing the requests between your browser and your local development web server.</p>
<p>I&#8217;ve been doing a lot of Silverlight work recently so have found this especially useful to debug the interactions between the client and the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://jason.diamond.name/weblog/2010/01/13/a-useful-fiddler-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
