<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Debugging Tools for HTTP Headers with Flash?	</title>
	<atom:link href="https://jessewarden.com/2007/01/debugging-tools-for-http-headers-with-flash.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2007/01/debugging-tools-for-http-headers-with-flash.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Tue, 21 Oct 2008 14:22:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Eric Lawrence		</title>
		<link>https://jessewarden.com/2007/01/debugging-tools-for-http-headers-with-flash.html/comment-page-1#comment-130655</link>

		<dc:creator><![CDATA[Eric Lawrence]]></dc:creator>
		<pubDate>Tue, 21 Oct 2008 14:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1109#comment-130655</guid>

					<description><![CDATA[FWIW, Fiddler2 shows you EXACTLY what headers are sent, and it shows all of them.  It&#039;s not possible to hide any, since Fiddler2 shows you exactly what it receives, and Fiddler sends what it receives.

Contrary to the comment above, Fiddler2 has included HTTPS decryption for several years now.]]></description>
			<content:encoded><![CDATA[<p>FWIW, Fiddler2 shows you EXACTLY what headers are sent, and it shows all of them.  It&#8217;s not possible to hide any, since Fiddler2 shows you exactly what it receives, and Fiddler sends what it receives.</p>
<p>Contrary to the comment above, Fiddler2 has included HTTPS decryption for several years now.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chafic Kazoun		</title>
		<link>https://jessewarden.com/2007/01/debugging-tools-for-http-headers-with-flash.html/comment-page-1#comment-4064</link>

		<dc:creator><![CDATA[Chafic Kazoun]]></dc:creator>
		<pubDate>Fri, 05 Jan 2007 22:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1109#comment-4064</guid>

					<description><![CDATA[I use servicecaptuer most of the time, when I want to dig deep, especially when doing non-flash socket coding I use wirershark. I&#039;ve also used tcpdump and fiddler


]]></description>
			<content:encoded><![CDATA[<p>I use servicecaptuer most of the time, when I want to dig deep, especially when doing non-flash socket coding I use wirershark. I&#8217;ve also used tcpdump and fiddler</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2007/01/debugging-tools-for-http-headers-with-flash.html/comment-page-1#comment-4063</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Fri, 05 Jan 2007 05:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1109#comment-4063</guid>

					<description><![CDATA[Oh... I don&#039;t know... like ALL the headers I&#039;m sending custom wize excluding Authorization.  Like X-If-No-Redirect, it just doesn&#039;t work except for random times.  I&#039;m hitting Google Calendar&#039;s API which is supposed to hit you with a 412 (or was it 302?) if you send that header.  Problem is, my custom headers I&#039;m playing with aren&#039;t showing up.  Additionally, every so often, the Google Calendar API will send a re-direct, resulting in like 4 requests, but Flash only show&#039;s 2.  Really bizarre stuff.  Naturally, I&#039;m liable to blame Google since they are changing their API often enough that my results are questioning.

Another could be my expectations.  I can&#039;t see the post data I&#039;m sending... why not?  Is it because authorization stuff isn&#039;t shown?  I guess I&#039;m not really sure what I&#039;m allowed to see, what I&#039;m not, and what I can/cannot affect.  Sometimes, too, the responses I get in Flash don&#039;t match what Fiddler says.  It&#039;s all quite frustrating.  I&#039;m glad there are middle-tier solutions (which I&#039;m now using) instead of using boilerplate HTTP requests like this.  I&#039;ve switched to using PHP make the requests for me, and all is well.  I&#039;d say 1 out of every 20 requests get&#039;s &#039;malformed&#039; but that could be PHP yuking... or... God knows.  Why I do I specialize in client side development again...?  OH YEAH!]]></description>
			<content:encoded><![CDATA[<p>Oh&#8230; I don&#8217;t know&#8230; like ALL the headers I&#8217;m sending custom wize excluding Authorization.  Like X-If-No-Redirect, it just doesn&#8217;t work except for random times.  I&#8217;m hitting Google Calendar&#8217;s API which is supposed to hit you with a 412 (or was it 302?) if you send that header.  Problem is, my custom headers I&#8217;m playing with aren&#8217;t showing up.  Additionally, every so often, the Google Calendar API will send a re-direct, resulting in like 4 requests, but Flash only show&#8217;s 2.  Really bizarre stuff.  Naturally, I&#8217;m liable to blame Google since they are changing their API often enough that my results are questioning.</p>
<p>Another could be my expectations.  I can&#8217;t see the post data I&#8217;m sending&#8230; why not?  Is it because authorization stuff isn&#8217;t shown?  I guess I&#8217;m not really sure what I&#8217;m allowed to see, what I&#8217;m not, and what I can/cannot affect.  Sometimes, too, the responses I get in Flash don&#8217;t match what Fiddler says.  It&#8217;s all quite frustrating.  I&#8217;m glad there are middle-tier solutions (which I&#8217;m now using) instead of using boilerplate HTTP requests like this.  I&#8217;ve switched to using PHP make the requests for me, and all is well.  I&#8217;d say 1 out of every 20 requests get&#8217;s &#8216;malformed&#8217; but that could be PHP yuking&#8230; or&#8230; God knows.  Why I do I specialize in client side development again&#8230;?  OH YEAH!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin Langdon		</title>
		<link>https://jessewarden.com/2007/01/debugging-tools-for-http-headers-with-flash.html/comment-page-1#comment-4062</link>

		<dc:creator><![CDATA[Kevin Langdon]]></dc:creator>
		<pubDate>Fri, 05 Jan 2007 04:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1109#comment-4062</guid>

					<description><![CDATA[Just curious what headers you think are being sent that are not showing in ServiceCapture?  There is nothing in ServiceCapture that would be removing headers...]]></description>
			<content:encoded><![CDATA[<p>Just curious what headers you think are being sent that are not showing in ServiceCapture?  There is nothing in ServiceCapture that would be removing headers&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Erki Esken		</title>
		<link>https://jessewarden.com/2007/01/debugging-tools-for-http-headers-with-flash.html/comment-page-1#comment-4061</link>

		<dc:creator><![CDATA[Erki Esken]]></dc:creator>
		<pubDate>Thu, 04 Jan 2007 18:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1109#comment-4061</guid>

					<description><![CDATA[I forgot, the penetration testing tools are available for OS X as nice DMG files here: &lt;a href=&quot;http://www.corsaire.com/downloads/&quot; rel=&quot;nofollow&quot;&gt;http://www.corsaire.com/downloads/&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>I forgot, the penetration testing tools are available for OS X as nice DMG files here: <a href="http://www.corsaire.com/downloads/" rel="nofollow">http://www.corsaire.com/downloads/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
