HTTPProxyEditor preference in 3.9 - username / password

German Arduino gsa at arsol.net
Fri Mar 24 23:16:30 UTC 2006


Milan Zimmermann wrote:
> Hi,
> 
> I am trying to use Squeak's "Find a Project" behind HTTP Proxy which requires 
> username and password. I see the "http proxy" in the Preferences Browser but 
> it does not seem to have a place for login/password (neither it asks for it 
> once the connection is attempted). Is there a way to set username/password? 
> (I searched the list and there are some indications (1993) a changeset 
> existed to allow setting it but I do not really see how to do it even in 3.7 
> and 3.8)
> 
> Thanks Milan
> 
> 
Try evaluating in a workspace:

HTTPSocket useProxyServerNamed: proxyServerName port: portNum proxyUser: 
aString password: anotherString

Cheers.
gsa.




More information about the Squeak-dev mailing list