Hi Alain. I am behind a proxy that requires user and password. In 1.0, I used to evaluate this:

HTTPSocket useProxyServerNamed: '10.100.1.4' port: 9090
proxyUser: 'XXX' password: 'YYY'

or even (because IP and port was detected automatically)

HTTPSocket proxyUser: 'XXX' password: 'YYY'.

Now, in 1.1 I tried to do it from the settings, but I only have IP and port. No fields for username and password. I tried everything, but I couldn't make it work :(

I tried, for example, this:

NetworkSystemSettings proxyUser: 'XXX'; proxyPassword:� 'YYY'; useNetworkAuthentification: true


Do you know how can I achieve this ?

Thanks

Mariano