tags:

views:

25

answers:

1

When I change login/password through User settings, they don't persist. So I set it programmatically

proxy: system/schemes/default/proxy

set in proxy 'host xxx.yyy.www.zzz
set in proxy 'port-id xxxx
set in proxy 'user "login"
set in proxy 'pass "password"
set in proxy 'type 'socks

It did persist but when testing it with

read http://google.com

it takes forever.

These settings work with Firefox so why can't rebol works with them ?

A: 

REBOL support for proxies is patchy. For instance it does not work with Squid. So, that's likely the reason why you're having issues.

Graham Chiu
Is this issue on tasks priority? This condemn its use in big companies (> 100000 persons): in all of them I've been working they all have such proxies.
Rebol Tutorial
No more development apart from some minor bug fixes are intended for R2. All work is on R3 now.
Graham Chiu