Basic Authentication Scheme

2000-08-21 Thread Nathaniel Plane
Hello all, Im currently attempting to integrate a 3rd party system into our website via HTTP Posts. However this 3rd Party is using HTTP Basic Authentication security, with the basic Base64 encryption in the HTTP Header. My question to you is, how can i (if its possible) use CFHTTP to generate

Re: Basic Authentication Scheme

2000-08-21 Thread JustinMacCarthy
Check out http://www.fsc.follett.com/cf/cfx_http/ A replacement for cfhttp , which allows greater functionality ~Justin - Original Message - From: "Nathaniel Plane" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 21, 2000 4:01 PM Subject: Basic Authenticat

RE: Basic Authentication Scheme

2000-08-21 Thread Dave Watts
Im currently attempting to integrate a 3rd party system into our website via HTTP Posts. However this 3rd Party is using HTTP Basic Authentication security, with the basic Base64 encryption in the HTTP Header. My question to you is, how can i (if its possible) use CFHTTP to generate these