rebol - cannot set proxy password in restricted corporate environment even programmatically -


When I change login / password through user settings, they do not continue. So I have set it programmatically

  Proxy: set the 'host xxx.yyy.www.zzz proxy' in the system / plans / default / proxy set proxy 'port-id xxxx set proxy "Proxy pass" password "set in set" in proxy 'type' socks " 

It was continued but in the" user "

  read http: / / google.com  

takes it forever when doing a test.

Works with Firefox, so can not the reboles work with them?

Note that you set -Net Function can be set in Rebol 2

Usage: SET-NET Settings

Description: After the network setup default all values ​​are optional. The word for the server name is set correctly -Net is a function value.

Logic: Settings - [email-edit default-server pop-server proxy-server proxy-port-id Proxy-type esmtp-user esmtp-pass] (type: block)


Comments