<?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>just_add_watir &#124; Advanced recipes for Watir &#187; proxy</title>
	<atom:link href="http://justaddwatir.com/tag/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://justaddwatir.com</link>
	<description>Advanced recipes for Watir</description>
	<lastBuildDate>Wed, 21 Oct 2009 02:44:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Q. How do I gem install Watir behind a proxy server?</title>
		<link>http://justaddwatir.com/2008/q-how-do-i-gem-install-watir-behind-a-proxy-server/</link>
		<comments>http://justaddwatir.com/2008/q-how-do-i-gem-install-watir-behind-a-proxy-server/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 11:12:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[watir]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://justaddwatir.com/watir/?p=20</guid>
		<description><![CDATA[A. Set an environment variable for your proxy from the command line ...

set HTTP_PROXY=http://my.work.proxy:8080
gem install watir

]]></description>
			<content:encoded><![CDATA[<p><strong>A. Set an environment variable for your proxy from the command line ...</strong></p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #b1b100; font-weight: bold;">set</span> <span style="color: #448844;">HTTP_PROXY</span>=http://my.work.proxy:<span style="color: #cc66cc;">8080</span>
gem install watir</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://justaddwatir.com/2008/q-how-do-i-gem-install-watir-behind-a-proxy-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
