In Pharo 1.1 (not in 1.0) with the new settings browser, you are allowed to put port and ip, but also username and password.
Cheers
Mariano
2010/7/7 Diogenes Moreira <diogenes.moreira@gmail.com>hi folks.
right now, i'm behind a squid proxy with security (user & pass).. in the preferences, I find the proxy configuration, but only have ip and port. Exists a way to set user and password in that connection???
Hi Diogenes,Evaluate:
HTTPSocket�
�� �useProxyServerNamed:'192.168.1.1'�
�� �port:3128�
�� �proxyUser:'user'�
�� �password:'password'Cheers,
Thanks in advance.
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project