<?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: Fiddler Extension &#8211; Request to Code</title>
	<atom:link href="http://www.chadsowald.com/software/fiddler-extension-request-to-code/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chadsowald.com</link>
	<description>Crawling the Connections</description>
	<lastBuildDate>Sat, 28 Jan 2012 03:48:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Chad</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-291</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sat, 28 Jan 2012 03:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-291</guid>
		<description>Hi Michael.  Thanks for the bug reports.  Request To Code 1.8.0 has been published and it addresses/fixes all of the issues you mentioned.

You can read the &lt;a href=&quot;http://www.chadsowald.com/software/fiddler-extension-request-to-code/changelog&quot; rel=&quot;nofollow&quot;&gt;Changelog&lt;/a&gt; for more information.</description>
		<content:encoded><![CDATA[<p>Hi Michael.  Thanks for the bug reports.  Request To Code 1.8.0 has been published and it addresses/fixes all of the issues you mentioned.</p>
<p>You can read the <a href="http://www.chadsowald.com/software/fiddler-extension-request-to-code/changelog" rel="nofollow">Changelog</a> for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-290</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 27 Jan 2012 01:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-290</guid>
		<description>Hi Chad,

I just downloaded Fiddler Request To Code 1.7.1 and noticed a couple of issues when clicking the Run (beta) button when the language is C#.

First, I receive an compilation error indicating that the source code could not be compiled because the type or namespace &#039;Stream&#039; could not be found.

Second, if I add the statement &lt;code&gt;using System.IO;&lt;/code&gt; to the top of the code window, I receive a compilation error indicating that there is an invalid token &#039;using&#039; in class, struct, or interface member declaration.

Third, when the code is created, if the request being converted contains a SOAPAction in the request header, when the code is created for the line below, it creates two double-quotes around the method name in that line, as follows:  &lt;code&gt;request.Headers.Add(&quot;SOAPAction&quot;, &quot;&quot;methodName&quot;&quot;);&lt;/code&gt;.  It should only have one double-quote before and after the method name value.

Finally, if the request being converted contains a value of &quot;Expect:  100-continue&quot; in the request header, the code creates the following line, which causes an exception because the .NET Framework rejects values containing the string &quot;100-continue&quot; for the property being set:  &lt;code&gt;request.Expect = &quot;100-continue&quot;;&lt;/code&gt;

Other than these issues, the extension works nicely from what I&#039;ve seen so far.  Also, I&#039;d be happy to fix these issues and test the modifications if you&#039;d like to send me the source code.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi Chad,</p>
<p>I just downloaded Fiddler Request To Code 1.7.1 and noticed a couple of issues when clicking the Run (beta) button when the language is C#.</p>
<p>First, I receive an compilation error indicating that the source code could not be compiled because the type or namespace &#8216;Stream&#8217; could not be found.</p>
<p>Second, if I add the statement <code>using System.IO;</code> to the top of the code window, I receive a compilation error indicating that there is an invalid token &#8216;using&#8217; in class, struct, or interface member declaration.</p>
<p>Third, when the code is created, if the request being converted contains a SOAPAction in the request header, when the code is created for the line below, it creates two double-quotes around the method name in that line, as follows:  <code>request.Headers.Add("SOAPAction", ""methodName"");</code>.  It should only have one double-quote before and after the method name value.</p>
<p>Finally, if the request being converted contains a value of &#8220;Expect:  100-continue&#8221; in the request header, the code creates the following line, which causes an exception because the .NET Framework rejects values containing the string &#8220;100-continue&#8221; for the property being set:  <code>request.Expect = "100-continue";</code></p>
<p>Other than these issues, the extension works nicely from what I&#8217;ve seen so far.  Also, I&#8217;d be happy to fix these issues and test the modifications if you&#8217;d like to send me the source code.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mazhar Karimi</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-286</link>
		<dc:creator>Mazhar Karimi</dc:creator>
		<pubDate>Thu, 19 Jan 2012 13:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-286</guid>
		<description>Awesome Job Chad, Keep it up! It works!</description>
		<content:encoded><![CDATA[<p>Awesome Job Chad, Keep it up! It works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-241</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Fri, 04 Nov 2011 01:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-241</guid>
		<description>Hi ümit!  You&#039;ll have to provide more information about the characters that you&#039;re having trouble with.  Can you post a sample here, or provide a link where I can try this myself?  Thanks for the kinds words and I&#039;m glad you like the extension.  Thanks, ~Chad</description>
		<content:encoded><![CDATA[<p>Hi ümit!  You&#8217;ll have to provide more information about the characters that you&#8217;re having trouble with.  Can you post a sample here, or provide a link where I can try this myself?  Thanks for the kinds words and I&#8217;m glad you like the extension.  Thanks, ~Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ümit</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-239</link>
		<dc:creator>ümit</dc:creator>
		<pubDate>Thu, 03 Nov 2011 18:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-239</guid>
		<description>Hi Chad, this is a wonderful and very useful plugin. But i have character problems on ajax post request. Dou have any exprience about this issuse?</description>
		<content:encoded><![CDATA[<p>Hi Chad, this is a wonderful and very useful plugin. But i have character problems on ajax post request. Dou have any exprience about this issuse?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlado</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-216</link>
		<dc:creator>Vlado</dc:creator>
		<pubDate>Mon, 29 Aug 2011 08:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-216</guid>
		<description>Thank you, works perfectly.</description>
		<content:encoded><![CDATA[<p>Thank you, works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-206</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Wed, 29 Jun 2011 04:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-206</guid>
		<description>Lewis - thanks for your comment and question!   I&#039;ve added dynamic compilation in version 1.7.0 as you can read in the &lt;a href=&quot;http://www.chadsowald.com/software/fiddler-extension-updater/changelog&quot; title=&quot;Fiddler Extension Updater Change Log&quot; rel=&quot;nofollow&quot;&gt;changelog&lt;/a&gt;.

Also, have you considered just using Fiddler&#039;s &quot;Request Builder&quot; if you just need to make one-off requests and change the headers/body of the request?</description>
		<content:encoded><![CDATA[<p>Lewis &#8211; thanks for your comment and question!   I&#8217;ve added dynamic compilation in version 1.7.0 as you can read in the <a href="http://www.chadsowald.com/software/fiddler-extension-updater/changelog" title="Fiddler Extension Updater Change Log" rel="nofollow">changelog</a>.</p>
<p>Also, have you considered just using Fiddler&#8217;s &#8220;Request Builder&#8221; if you just need to make one-off requests and change the headers/body of the request?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewis</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-205</link>
		<dc:creator>Lewis</dc:creator>
		<pubDate>Tue, 28 Jun 2011 09:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-205</guid>
		<description>Hi Chad,

I love this extension for fiddler, I don&#039;t suppose I could request a feature where you can execute the code request from within fiddler itself?

Cheers,
Lewis</description>
		<content:encoded><![CDATA[<p>Hi Chad,</p>
<p>I love this extension for fiddler, I don&#8217;t suppose I could request a feature where you can execute the code request from within fiddler itself?</p>
<p>Cheers,<br />
Lewis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-199</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 09 Jun 2011 15:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-199</guid>
		<description>Hi Cathy,

   This question would be better answered on the official Fiddler forums: &lt;a href=&quot;http://groups.google.com/group/httpfiddler&quot; rel=&quot;nofollow&quot;&gt;http://groups.google.com/group/httpfiddler&lt;/a&gt;.  This page is just about an extension I built for Fiddler.

    In general, it sounds like you want to look at the web traffic.  If your web pages use HTTP to send information to the LMS, you should be able to watch it with Fiddler and see the values being sent.  Just give it a try or check out the Fiddler help pages to get a better idea of how to use Fiddler: &lt;a href=&quot;http://fiddler2.com/Fiddler/help/&quot; rel=&quot;nofollow&quot;&gt;http://fiddler2.com/Fiddler/help/&lt;/a&gt;

Thanks and good luck,
~Chad</description>
		<content:encoded><![CDATA[<p>Hi Cathy,</p>
<p>   This question would be better answered on the official Fiddler forums: <a href="http://groups.google.com/group/httpfiddler" rel="nofollow">http://groups.google.com/group/httpfiddler</a>.  This page is just about an extension I built for Fiddler.</p>
<p>    In general, it sounds like you want to look at the web traffic.  If your web pages use HTTP to send information to the LMS, you should be able to watch it with Fiddler and see the values being sent.  Just give it a try or check out the Fiddler help pages to get a better idea of how to use Fiddler: <a href="http://fiddler2.com/Fiddler/help/" rel="nofollow">http://fiddler2.com/Fiddler/help/</a></p>
<p>Thanks and good luck,<br />
~Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cathy</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-198</link>
		<dc:creator>Cathy</dc:creator>
		<pubDate>Thu, 09 Jun 2011 15:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-198</guid>
		<description>Will Fiddler work when testing what values are being sent to a Learning Management System (LMS) outside of our company.  The hdnCompletionStatus is set to Failed until they reach the passing score of 70% in which it changes to Passed.  On the LMS side once it reaches the passing score of 70% the Listerner page stops.  The LMS company used the Fiddler to check what data was coming back from the CBTs which they noted is 70% even though the actual score could be 80, 90 or 100%.  The same CBTs works in the UAT environment documenting the correct score that was achieved.

Questions is will Fiddle let me know what we are actually passing to the LMS which seems to be different than what the LMS is receiving or processing once they receive it.  I don&#039;t know much about a Listening page but if its stops working after it indicated that they reached the minimum passing score, how would it catch the actual end results of the missed questions.

Any help you can provide will be greatly appreciated...the CBTs in questions were built using Captivate 4.

Thanks Cathy</description>
		<content:encoded><![CDATA[<p>Will Fiddler work when testing what values are being sent to a Learning Management System (LMS) outside of our company.  The hdnCompletionStatus is set to Failed until they reach the passing score of 70% in which it changes to Passed.  On the LMS side once it reaches the passing score of 70% the Listerner page stops.  The LMS company used the Fiddler to check what data was coming back from the CBTs which they noted is 70% even though the actual score could be 80, 90 or 100%.  The same CBTs works in the UAT environment documenting the correct score that was achieved.</p>
<p>Questions is will Fiddle let me know what we are actually passing to the LMS which seems to be different than what the LMS is receiving or processing once they receive it.  I don&#8217;t know much about a Listening page but if its stops working after it indicated that they reached the minimum passing score, how would it catch the actual end results of the missed questions.</p>
<p>Any help you can provide will be greatly appreciated&#8230;the CBTs in questions were built using Captivate 4.</p>
<p>Thanks Cathy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-164</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 02 Dec 2010 13:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-164</guid>
		<description>@Salabim - Forgot to mention that you&#039;ll need to call the MakeRequests() function that is generated to actually have it call of generated request methods. 

1) Drag and Drop your sessions into the &quot;Code&quot; view.
2) Ensure the &quot;Usage&quot; option is checked.
3) Copy all of the generated code into your Visual Studio project.
4) In your code in VS, call MakeRequests()</description>
		<content:encoded><![CDATA[<p>@Salabim &#8211; Forgot to mention that you&#8217;ll need to call the MakeRequests() function that is generated to actually have it call of generated request methods. </p>
<p>1) Drag and Drop your sessions into the &#8220;Code&#8221; view.<br />
2) Ensure the &#8220;Usage&#8221; option is checked.<br />
3) Copy all of the generated code into your Visual Studio project.<br />
4) In your code in VS, call MakeRequests()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-163</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 02 Dec 2010 13:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-163</guid>
		<description>@Steve - I think you may be mistaken.  Are you able to provide a URL to test against?  In my tests the request.ContentLength is being set to the proper value if there was a POST request.  The extension merely copies most of the header values that I get from Fiddler.  That&#039;s why the extension writes request.ContentLength = 508; (for example) rather than always just writing request.ContentLength = postBytes.Length;.  The only problem this should cause is if you want to change the request body.  In that case, you would have to update the ContentLength.  I&#039;ll make the change so that it&#039;s always set to postBytes.Length.  Again, it would be great if you could also give more detail on the case you&#039;re talking about.  Thanks.

@Salabim - The usage box generates a function that calls all of the request functions that were generated and gives you a good idea of how to use the functions.  That usage box is the quickest way.  You&#039;ll want to have that option on, then copy all of the code into your Visual Studio project.  If all you want is for the requests to be reissued from your code, that&#039;s all you should need to do.  If you want to actually examine the responses, you&#039;ll need to add additional code.  Hope that helps.  I&#039;ll try to add this information to the extension page so others will know.  Thanks.</description>
		<content:encoded><![CDATA[<p>@Steve &#8211; I think you may be mistaken.  Are you able to provide a URL to test against?  In my tests the request.ContentLength is being set to the proper value if there was a POST request.  The extension merely copies most of the header values that I get from Fiddler.  That&#8217;s why the extension writes request.ContentLength = 508; (for example) rather than always just writing request.ContentLength = postBytes.Length;.  The only problem this should cause is if you want to change the request body.  In that case, you would have to update the ContentLength.  I&#8217;ll make the change so that it&#8217;s always set to postBytes.Length.  Again, it would be great if you could also give more detail on the case you&#8217;re talking about.  Thanks.</p>
<p>@Salabim &#8211; The usage box generates a function that calls all of the request functions that were generated and gives you a good idea of how to use the functions.  That usage box is the quickest way.  You&#8217;ll want to have that option on, then copy all of the code into your Visual Studio project.  If all you want is for the requests to be reissued from your code, that&#8217;s all you should need to do.  If you want to actually examine the responses, you&#8217;ll need to add additional code.  Hope that helps.  I&#8217;ll try to add this information to the extension page so others will know.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salabim</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-148</link>
		<dc:creator>Salabim</dc:creator>
		<pubDate>Fri, 12 Nov 2010 20:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-148</guid>
		<description>Thank you *very* much for this fantastic add-on, it&#039;s great !

Just two tiny Q&#039;s 
1) What&#039;s the purpose of the &quot;Usage&quot; tickbox.
2) How can we easily use your code afterwards to autorun the code/requests ?</description>
		<content:encoded><![CDATA[<p>Thank you *very* much for this fantastic add-on, it&#8217;s great !</p>
<p>Just two tiny Q&#8217;s<br />
1) What&#8217;s the purpose of the &#8220;Usage&#8221; tickbox.<br />
2) How can we easily use your code afterwards to autorun the code/requests ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-147</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 12 Nov 2010 13:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-147</guid>
		<description>Great little tool, saved me a bit of typing at least!

I did see one problem, the &quot;request.ContentLength&quot; value was not set to the correct value. I changed the code to &quot;request.ContentLength = postBytes.Length&quot; and it worked fine.</description>
		<content:encoded><![CDATA[<p>Great little tool, saved me a bit of typing at least!</p>
<p>I did see one problem, the &#8220;request.ContentLength&#8221; value was not set to the correct value. I changed the code to &#8220;request.ContentLength = postBytes.Length&#8221; and it worked fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocco Mazzoccoli</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-132</link>
		<dc:creator>Rocco Mazzoccoli</dc:creator>
		<pubDate>Tue, 21 Sep 2010 21:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-132</guid>
		<description>Great job Chad!  I love it!</description>
		<content:encoded><![CDATA[<p>Great job Chad!  I love it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-129</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sun, 22 Aug 2010 15:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-129</guid>
		<description>Glad to hear it!</description>
		<content:encoded><![CDATA[<p>Glad to hear it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefano</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-128</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Mon, 09 Aug 2010 19:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-128</guid>
		<description>Absolutly great. Love It!
I&#039;m a lucky guy to have found your program today. It saved me hours of work!
T H A N K    Y O U!</description>
		<content:encoded><![CDATA[<p>Absolutly great. Love It!<br />
I&#8217;m a lucky guy to have found your program today. It saved me hours of work!<br />
T H A N K    Y O U!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dwayne</title>
		<link>http://www.chadsowald.com/software/fiddler-extension-request-to-code/comment-page-1#comment-127</link>
		<dc:creator>Dwayne</dc:creator>
		<pubDate>Mon, 02 Aug 2010 14:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.chadsowald.com/?page_id=54#comment-127</guid>
		<description>very cool. Thanks for doing this.</description>
		<content:encoded><![CDATA[<p>very cool. Thanks for doing this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

