How do you pass a username and password to a proxy server in CFHTTP in version 5?
The username and password attributes seem to only pass to the server, not the proxy. CF6 adds a proxyusername attribute, so I suppose this means you can't do it in CF5. We've solved the same problem using ASP where we used 2 separate HTTP.SetCredentials statement likes this, with the 1 for the proxy and the 0 for the server. Http.SetCredentials "username","password",1 Http.SetCredentials "username","password",0 --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
