<DIV>David,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I use your changeset for userid/passwd for authenticated proxy servers.&nbsp; It works great!&nbsp; I just wanted to point out that there is a conflict with Monticello.&nbsp; Monticello also has several methods defined in&nbsp;HTTPSocket class, that look like they support userid/passwd.&nbsp; They are:</DIV>
<DIV>&nbsp;</DIV>
<DIV>HTTPSocket class&gt;&gt;#httpGet: url user: user passwd: passwd<BR>HTTPSocket class&gt;&gt;#httpGetDocument: url args: args accept: mimeType request: requestString<BR></DIV>
<DIV>The second method conflicts with your changeset.&nbsp; The method #httpGet:user:passwd: is called from the MCHttpRepository class.&nbsp; In digging a bit further, it looks like MCHttpRepository uses the string 'Authorization: Basic &lt;userid:passwd&gt;' for authenticating to password protected web servers.&nbsp; Your changeset for password protected proxy servers uses the string 'Proxy-Authorization: Basic &lt;userid:passwd&gt;'.&nbsp; They don't seem to be interchangable from my quick tests.</DIV>
<DIV>&nbsp;</DIV>
<DIV>fyi,</DIV>
<DIV>Rob</DIV>
<DIV><BR><B><I>David Faught &lt;dave_faught@yahoo.com&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">My life on the mushroom farm is busy and going well. I occasionally<BR>risk a look around my environment and I'm curious what this was<BR>superceded by.<BR><BR>If it was this:<BR>----------------------<BR>Subject: [ENH] HTTPProxyEditor <BR><BR>"Change Set: ProxyEditor-dgd<BR>Date: 29 October 2003<BR>Author: Diego Gomez Deck <DIEGOGOMEZDECK@CONSULTAR.COM><BR><BR>An editor for the http proxy settings.<BR>----------------------<BR>then you are mistaken, because the HTTPProxyEditor does not include<BR>settings for a userID and password for authentication to the proxy<BR>server. I like the HTTPProxyEditor a lot though, and should try to<BR>update the authentication changeset to work with it someday.<BR><BR><BR>__________________________________<BR>Do you Yahoo!?<BR>New Yahoo! Photos - easier uploading and sharing.<BR>http://photos.yahoo.com/<BR></BLOCKQUOTE>