On Mon, Feb 16, 2009 at 11:38 AM, Geert
<geert.wl.claes@gmail.com> wrote:
I am running my Pharo image from a USB stick and I am having problems
connecting to the internet at work . I can't seem to find how to set the
corporate http proxy username and password anywhere ... I did manage to find
the httpProxyPort and httpProxyServer settings using the preference browser
but how do I specify the username and password?
I don't know about Pharo, and I don't use that fancy smanchy Preference browser, but in Squeak 3.10 you can execute:
HttpSocket proxyUser: 'username' password: 'fish'.