Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: MS Proxy?

From: doublec:acc at: 30-Oct-2001 9:23

If the authentication method being used is NTLM then you are probably out of luck. This is an MS only scheme but there are a couple of options. One option is to implement it in REBOL. Details that may help are at: http://www.innovation.ch/java/ntlm.html The second option is to use something like HTTPort to tunnel through the firewall. See: http://www.htthost.com/ This product allows you to tunnel through any firewall, even NTLM authentication. I originally started writing a Lisp implementation of the NTLM method then stumbled across htthost and just use that now. This is almost a FAQ. I've answered it on the list a couple of times now. Is it possible to be added to a FAQ somewhere? Chris. http://www.double.co.nz/dylan