Hi John,

> Does anyone know how to pass a proxy running on port 8080 a user id and
> password when using CHFTTP?

You will likely have to pass a header value with the requset.

The header name is "Proxy-Authorization" I think, and you'll have to build the 
authorization string by converting the string "user:pass" to a 7-bit Base64 value.  
Which would be easy to do using CF's toBase64 function, but that function converts the 
string to 6-Bit Base64, which won't help.

HTH,

Seth

------------------------------
Seth Bienek
Solutions Development Manager
Stonebridge Technologies, Inc.
972.455.7294 tel
972.404.9754 fax
ICQ #7673959
------------------------------ 



-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to