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 Authentication Scheme


 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 these header
 fields into my submition? I need to add to the header field

 "Authorization: Basic base64 encrypted data"

 Ive tried cfhttpparam with all types (URL, CGI, FORMFIELD, ETC). To no
 avail.. Any and all help would be GREATLY apretiated.

 --
 Nathaniel Plane
 Technical Manager - Web Development
 STONEAGE.COM
 Email: [EMAIL PROTECTED]
 Voice: (877)544-2336
 http://www.stoneage.com

 "A feature is a bug with seniority."
 --

 --

 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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 header fields into my
 submition? I need to add to the header field

 "Authorization: Basic base64 encrypted data"

 Ive tried cfhttpparam with all types (URL, CGI, FORMFIELD, ETC). To no
 avail.. Any and all help would be GREATLY apretiated.

You're trying too hard! All you need to do is pass the username and password
as CFHTTP attributes, and it'll generate the required header itself.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.