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

[REBOL] Re: Isolation: Proxy help!

From: doublec:acc at: 28-Sep-2001 9:44

The are probably using the NTLM authentication method. You can test this by telnetting to the proxy and attempting a GET. The result will list the authentication method being used. If it's NTLM that's the problem. NTLM is a Microsoft specific method. For details on the protocol see: http://www.innovation.ch/java/ntlm.html There is a product you can use that tunnels through NTLM proxies. It requires you to run an additional client on your machine. You can get it at: http://www.htthost.com/ Implementing NTLM authentication would be an interesting exercise for Rebol and the first link above should help towards that. Chris. http://www.double.co.nz/cl http://www.double.co.nz/dylan