[EMAIL PROTECTED] wrote:
> If the proxy server always asks for a user id and password?
>
> How do you set that up to send userid and password to the proxy/firewall device?
> (NOT same as POP3 user id and password ...)
>
> Any more tips on ways to test this?
>
> This seems like it needs a lot more REBOL development to
> make it a lot easier to configure and use.
Huh, before stating such conclusion, have you looked at rebol proxy How-to document?
At least I am sure Sterling can help you here.
As I understand protocol stuff:
- standard settings for all protocols are stored at system/schemes/default, just use
Bo's %browse-system.r script, to look into the REBOL system object structure ....
- you can always override your default setting for particular protocol, e.g.:
system/schemes/ftp/user: "username"
system/schemes/ftp/pass: "password"
system/schemes/ftp/proxy/user: "proxy-username" .... etc.
So, just keep trying.
btw: we should try to simulate your working solution - you are getting emails and
browsing Web in some way already, aren't you? :-)
So, could you provide us here with your browser/mailer settings? If you want, you
can contact me privately, I will try to help you ...
Regards,
-pekr-