<?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: Make request with fiddler based off a timer	</title>
	<atom:link href="https://blog.boro2g.co.uk/make-request-fiddler-based-off-timer/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.boro2g.co.uk/make-request-fiddler-based-off-timer/</link>
	<description>Some ideas about coding, dev and all things online.</description>
	<lastBuildDate>Mon, 19 Mar 2018 10:00:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: boro		</title>
		<link>https://blog.boro2g.co.uk/make-request-fiddler-based-off-timer/#comment-597164</link>

		<dc:creator><![CDATA[boro]]></dc:creator>
		<pubDate>Mon, 19 Mar 2018 10:00:49 +0000</pubDate>
		<guid isPermaLink="false">https://blog.boro2g.co.uk/?p=870#comment-597164</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.boro2g.co.uk/make-request-fiddler-based-off-timer/#comment-597163&quot;&gt;Andre&lt;/a&gt;.

The call: &lt;code&gt;FiddlerObject.utilIssueRequest(s);&lt;/code&gt; is the part that actually issues the request so I&#039;d have thought you could dupe the code for each request you want to make.]]></description>
			<content:encoded><![CDATA[<p>The call: <code>FiddlerObject.utilIssueRequest(s);</code> is the part that actually issues the request so I&#8217;d have thought you could dupe the code for each request you want to make.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andre		</title>
		<link>https://blog.boro2g.co.uk/make-request-fiddler-based-off-timer/#comment-597163</link>

		<dc:creator><![CDATA[Andre]]></dc:creator>
		<pubDate>Wed, 14 Mar 2018 22:33:41 +0000</pubDate>
		<guid isPermaLink="false">https://blog.boro2g.co.uk/?p=870#comment-597163</guid>

					<description><![CDATA[Script works fine thank you!  How to do multiple requests with this timer?

I tried to add variable in this section but it does not work
public static function OnTimer(sender: Object, ea: EventArgs)
    {
        var s = &quot;GET http://www.bbc.co.uk/ HTTP/1.1\r\nHost: www.bbc.co.uk\r\n\r\n&quot;;  
    var t = &quot;GET blablabla\r\n\r\n&quot;;]]></description>
			<content:encoded><![CDATA[<p>Script works fine thank you!  How to do multiple requests with this timer?</p>
<p>I tried to add variable in this section but it does not work<br />
public static function OnTimer(sender: Object, ea: EventArgs)<br />
    {<br />
        var s = &#8220;GET <a href="http://www.bbc.co.uk/" rel="nofollow ugc">http://www.bbc.co.uk/</a> HTTP/1.1\r\nHost: <a href="http://www.bbc.co.uk" rel="nofollow ugc">http://www.bbc.co.uk</a>\r\n\r\n&#8221;;<br />
    var t = &#8220;GET blablabla\r\n\r\n&#8221;;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
