<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Proxy-Authorization: Basic [authentication]; how do I do it?</title>
	<link>http://ask.metafilter.com/6900/ProxyAuthorization-Basic-authentication-how-do-I-do-it/</link>
	<description>Comments on Ask MetaFilter post Proxy-Authorization: Basic [authentication]; how do I do it?</description>
	<pubDate>Fri, 30 Apr 2004 06:30:06 -0800</pubDate>
	<lastBuildDate>Fri, 30 Apr 2004 06:30:06 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Proxy-Authorization: Basic [authentication]; how do I do it?</title>
		<link>http://ask.metafilter.com/6900/ProxyAuthorization-Basic-authentication-how-do-I-do-it</link>	
		<description>I&apos;m trying to get my application (VB, but that doesn&apos;t matter) to connect to the internet and support proxy servers that require a username and password. The former is easy, the latter not. What I&apos;m doing is sending &lt;b&gt;Proxy-Authorization: Basic [authentication]&lt;/b&gt; in the header (where [authentication] is &quot;username:password&quot; base64 encoded) with each request. However the proxy server keeps reporting error 407 (authentication required). I&apos;ve read the RFC&apos;s, I&apos;ve read google groups but I have no idea what I&apos;m doing wrong. Any ideas?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.6900</guid>
		<pubDate>Fri, 30 Apr 2004 05:21:24 -0800</pubDate>
		<dc:creator>ralawrence</dc:creator>
		
			<category>proxy</category>
		
			<category>authentication</category>
		
			<category>server</category>
		
			<category>username</category>
		
			<category>password</category>
		
			<category>application</category>
		
			<category>programming</category>
		
			<category>RFC</category>
		
	</item> <item>
		<title>By: mkelley</title>
		<link>http://ask.metafilter.com/6900/ProxyAuthorization-Basic-authentication-how-do-I-do-it#139211</link>	
		<description>If it&apos;s going through a Microsoft proxy, then you have to use NTLM to encode your information. I&apos;m not a programmer, but there are many many sources around the web discussing this. Samba, uses it. Mozilla finally implemented it. Just search Google on NTLM and you&apos;ll find out more.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6900-139211</guid>
		<pubDate>Fri, 30 Apr 2004 06:30:06 -0800</pubDate>
		<dc:creator>mkelley</dc:creator>
	</item><item>
		<title>By: andrew cooke</title>
		<link>http://ask.metafilter.com/6900/ProxyAuthorization-Basic-authentication-how-do-I-do-it#139213</link>	
		<description>by my reading of the rfc, you may need to repeat the request with the auth header in response to the 407.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.6900-139213</guid>
		<pubDate>Fri, 30 Apr 2004 06:34:10 -0800</pubDate>
		<dc:creator>andrew cooke</dc:creator>
	</item>
	</channel>
</rss>
