<?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>Hank Beaver &#187; charles http proxy web development sniffer .net rails r</title>
	<atom:link href="http://www.hankbeaver.com/index.php/tag/charles-http-proxy-web-development-sniffer-net-rails-r/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hankbeaver.com</link>
	<description>Open-source, Internet technologist who works for MaxMedia located in Atlanta, GA, USA</description>
	<lastBuildDate>Tue, 09 Aug 2011 18:20:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New favorite tool in toolbox for web development: Charles Web Debugging Proxy</title>
		<link>http://www.hankbeaver.com/index.php/2008/12/19/new-favorite-tool-in-toolbox-for-web-development-charles-http-web-proxy/</link>
		<comments>http://www.hankbeaver.com/index.php/2008/12/19/new-favorite-tool-in-toolbox-for-web-development-charles-http-web-proxy/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 15:41:21 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[software design]]></category>
		<category><![CDATA[charles http proxy web development sniffer .net rails r]]></category>

		<guid isPermaLink="false">http://www.rubyslacker.com/?p=73</guid>
		<description><![CDATA[I will not regurgitate what Charles&#8217; website can already tell you. Charles is a great tool. Moreover, let me add some obvious points for people like myself:

It runs on OSX and quickly.
It is affordable (we are getting licenses here this week)
It has TONS of features (especially allowing filtering of anything in URL)
It auto-magically acts a [...]]]></description>
			<content:encoded><![CDATA[<p>I will not regurgitate what <a href="http://www.charlesproxy.com/">Charles&#8217; website</a> can already tell you. Charles is a great tool. Moreover, let me add some obvious points for people like myself:</p>
<ul>
<li>It runs on OSX and quickly.</li>
<li>It is affordable (we are getting licenses here this week)</li>
<li>It has TONS of features (especially allowing filtering of anything in URL)</li>
<li>It auto-magically acts a HTTP Proxy after reboot when Charles is started on ALL HTTP based applications.</li>
</ul>
<p>Why you may ask not use <a title="http://getfirebug.com/" href="http://getfirebug.com/">Firebug</a>, it&#8217;s free!</p>
<p>If you are doing Javascript work and trying to naildown activity on the wire (outside of the browser), you have to rely on a proxy or sniffer, especially if you are testing many browsers at once. The heavyweight option is indeed to use <a title="WireShark" href="http://www.wireshark.org">Wireshark</a> on OSX, like I initially did. But this can add complexity when you are under a deadline.</p>
<p>Also, Firebug has soooo many great features I need to use concurrently, having a good proxy monitor allows me to use Firebugs other incredible features in tandem.</p>
<p>Last week I had such deadlines at my paid gig rewriting a<a title="www.microsoft.com/net" href="http://www.rubyslacker.com/wp-admin/www.microsoft.com/net"> .NET</a><a title="www.microsoft.com/net" href="http://www.rubyslacker.com/wp-admin/www.microsoft.com/net"> 3.5</a> site into <a title="http://www.rubyonrails.org/" href="http://www.rubyonrails.org/">Rails 2.1.2</a> . I had to (in a hurry) integrate a slew of user/tracking Javascript events that fired off GET requests to an external site. The query string and/or request HAD to include the variables exactly to ensure our internal datawarehouses didn&#8217;t get borked. Secondly, integrating the tags had to NOT break existing AJAX functionality surrounding the same buttons and links.</p>
<p>Using Firebug to monitor the happiness of Javascript, investigate the DOM and use the console to query, took up most of the Firebug interface and time. Having Charles running in a separate monitor (with the required URLS filtered) made for much,much quicker development and debugging.</p>
<p>Take a look at this example call (notice the Filter line that has part of the host addres). This GET request was fired when a user click a button. Charles verified the request had all the key/value pairs expected: <a href="http://www.rubyslacker.com/wp-content/uploads/2008/12/picture-7.png"><img class="aligncenter size-medium wp-image-74" title="Charles Sequence Filter" src="http://www.rubyslacker.com/wp-content/uploads/2008/12/picture-7-300x135.png" alt="" width="300" height="135" /></a></p>
<p>Using Charles and Firebug together rounds out Frontend web development, in my case using Rails 2.1.2 and JQuery, and helps keep your velocity up.</p>
<p>Lastly, there are features I have not even explored with Charles. I applaud the guys from Charles for writing such a great tool that saved my week and sanity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2008/12/19/new-favorite-tool-in-toolbox-for-web-development-charles-http-web-proxy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

