<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://mobac.sourceforge.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Fiddler</id>
		<title>Fiddler - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://mobac.sourceforge.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Fiddler"/>
		<link rel="alternate" type="text/html" href="http://mobac.sourceforge.net/wiki/index.php?title=Fiddler&amp;action=history"/>
		<updated>2026-07-20T20:41:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://mobac.sourceforge.net/wiki/index.php?title=Fiddler&amp;diff=111&amp;oldid=prev</id>
		<title>R x at 09:11, 15 December 2010</title>
		<link rel="alternate" type="text/html" href="http://mobac.sourceforge.net/wiki/index.php?title=Fiddler&amp;diff=111&amp;oldid=prev"/>
				<updated>2010-12-15T09:11:53Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a short manual describing how to retrieve the map tile image urls using the Fiddler.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
[http://www.fiddler2.com/fiddler2/version.asp Fiddler] is a local HTTP proxy written in DotNet - therefore in runs only under Windows. Install the latest 2.0 (beta) version; this is the version I recommend.&lt;br /&gt;
&lt;br /&gt;
Together with Fiddler a FireFox plugin is installed that allows to easily enable/disable redirection of web traffic through Fiddler.&lt;br /&gt;
&lt;br /&gt;
= Starting up =&lt;br /&gt;
&lt;br /&gt;
Start Fiddler and Firefox. If everything is correct you should see the in the status bar that the Fiddler-plugin is working and if it is &amp;#039;&amp;#039;&amp;#039;ON&amp;#039;&amp;#039;&amp;#039; all traffic is redirected through Fiddler. &lt;br /&gt;
&lt;br /&gt;
[[File:Firefox-Fiddler.png]]&lt;br /&gt;
&lt;br /&gt;
For this manual we show how to develop the Yahoo map source. Therefore open [[http://maps.yahoo.com]] in Firefox and switch to Fiddler. You should see now a long list of HTML-, JavaScript- and image-files and their URL that has been loaded via HTTP.&lt;br /&gt;
&lt;br /&gt;
[[File:Fiddler1.png|frameless|border|500px|link=http://sourceforge.net/apps/mediawiki/mobac/nfs/project/m/mo/mobac/8/8c/Fiddler1.png]]&lt;br /&gt;
&lt;br /&gt;
= Finding the map tile images =&lt;br /&gt;
&lt;br /&gt;
Most of the loaded files are of absolutely no interest for us. Only some of the images are what we are searching. By enabling the &amp;#039;&amp;#039;&amp;#039;Image View&amp;#039;&amp;#039;&amp;#039; on the &amp;#039;&amp;#039;&amp;#039;Inspectors&amp;#039;&amp;#039;&amp;#039; tab you can click through the images until you have found what looks like a map image tile.&lt;br /&gt;
&lt;br /&gt;
[[File:Fiddler2.png|frameless|border|500px|link=http://sourceforge.net/apps/mediawiki/mobac/nfs/project/m/mo/mobac/e/e8/Fiddler2.png]]&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t find any map tile images go back to Firefox and move the map a bit around or switch to a different zoom level. You can force loading of the tiles you you look a a region you have never visited before because otherwise Firefox may have cached the tiles already and therefore does not load them which means that they do not appear in Fiddler.&lt;br /&gt;
&lt;br /&gt;
= Detecting the URL pattern =&lt;br /&gt;
&lt;br /&gt;
Now we come to a more complicated part - detecting the URL pattern. For that purpose you should collect several URLs of map tile images (you can copy the URL of the selected entry by pressing &amp;#039;&amp;#039;Ctrl + U&amp;#039;&amp;#039;).&lt;br /&gt;
Save them for example in a new text file - then go back to Fiddler and clear the list (&amp;#039;&amp;#039;&amp;#039;Remove&amp;#039;&amp;#039;&amp;#039; -&amp;gt; &amp;#039;&amp;#039;&amp;#039;All&amp;#039;&amp;#039;). Go back to Firefox and change the zoom level; switch back to Fiddler and copy the relevant URLs to your text file. &lt;br /&gt;
&lt;br /&gt;
If you do that several times you will get a large list of URLs looking similar to this one:&lt;br /&gt;
&lt;br /&gt;
 http://maps2.yimg.com/hx/tl?b=1&amp;amp;v=4.3&amp;amp;.intl=en&amp;amp;x=2&amp;amp;y=0&amp;amp;z=4&amp;amp;r=1&lt;br /&gt;
 http://maps1.yimg.com/hx/tl?b=1&amp;amp;v=4.3&amp;amp;.intl=en&amp;amp;x=0&amp;amp;y=-1&amp;amp;z=4&amp;amp;r=1&lt;br /&gt;
 http://maps1.yimg.com/hx/tl?b=1&amp;amp;v=4.3&amp;amp;.intl=en&amp;amp;x=4&amp;amp;y=1&amp;amp;z=5&amp;amp;r=1&lt;br /&gt;
 http://maps2.yimg.com/hx/tl?b=1&amp;amp;v=4.3&amp;amp;.intl=en&amp;amp;x=4&amp;amp;y=2&amp;amp;z=5&amp;amp;r=1&lt;br /&gt;
&lt;br /&gt;
You may notice that the base URL (before the question mark of only differ in the used server (&amp;#039;&amp;#039;maps1.yimg.com&amp;#039;&amp;#039; and &amp;#039;&amp;#039;maps2.yimg.com&amp;#039;&amp;#039;). Usually you can ignore this difference as this is only for load-balancing the traffic between two available servers. The interesting part is the part after the question mark. There are also some static parts that do not change (&amp;#039;&amp;#039;&amp;#039;b=1&amp;amp;v=4.3&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;&amp;amp;r=1&amp;#039;&amp;#039;&amp;#039;), some that change with each map tile (&amp;#039;&amp;#039;&amp;#039;&amp;amp;x=..&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;&amp;amp;y=..&amp;#039;&amp;#039;&amp;#039;) and some that only change when the zoom level has been changed (&amp;#039;&amp;#039;&amp;#039;&amp;amp;z=..&amp;#039;&amp;#039;&amp;#039;).&lt;br /&gt;
&lt;br /&gt;
Now we have a basic understanding how a tile image URL does look like and what their parameter are for.&lt;/div&gt;</summary>
		<author><name>R x</name></author>	</entry>

	</feed>