Re: Digest Authentication woes

2007-05-19 Thread Jeremy Rottman
Hey paul did you ever get this to work. I am stuck in the same position as you are. I spent a few days dissecting Viele/Retriever and this is what I ended up with. Obviously it doesnt work else I would be posting a working example. If you did get yours to work, can you post some code and show

Re: Digest Authentication woes

2007-05-10 Thread Jochem van Dieten
Paul Cormier wrote: cfset A1 = Hash(#UserName#:#MLSID#:#Password#, MD5) cfset A2 = Hash(GET:#Login_uri#, MD5) cfset response = lCase(Hash(#A1#:#nonce#:#A2#, MD5)) The CFML Hash function returns an uppercase hash, the RFC expects a lowercase hash. You

Digest Authentication woes

2007-05-09 Thread Paul Cormier
Does anyone have any success stories performing CF Server to remote HTTP Server Digest Authentication? I know it's not natively supported by the cfhttp tag. I also know the server I'm trying to connect to works and that I have proper credentials, as I can connect using a web browser. I even

Re: Digest Authentication woes

2007-05-09 Thread Jochem van Dieten
Paul Cormier wrote: Does anyone have any success stories performing CF Server to remote HTTP Server Digest Authentication? I know it's not natively supported by the cfhttp tag. I also know the server I'm trying to connect to works and that I have proper credentials, as I can connect using

Re: Digest Authentication woes

2007-05-09 Thread Paul Cormier
Can you show the recording and your code? Did you record your attempts to run it from CF with a packetsniffer or proxy? Jochem I did not yet try the packetsniffer/proxy monitoring to see exactly what the CF Server is sending. Recording of successful FireFox session (credentials

digest authentication...

2005-06-23 Thread Mark A Kruger
I have someone using ms mappoint's web service and they need to support digest authentication through axis. Is there an easy way to do this in CF - I mean using the create object or cfinvoke tags? -Mark Mark A. Kruger, CFG, MCSE www.cfwebtools.com www.necfug.com http://mkruger.cfwebtools.com

Re: Digest Authentication

2005-05-28 Thread Jochem van Dieten
Mitch Rose wrote: Is this possible with CF, and if so, can someone post some sample code or point me in the right direction? Yes it is possible. If you download the Basic Athentication tag from http://www.vandieten.net/jochem/coldfusion/customtags/login/ you just have to change the

Digest Authentication

2005-05-28 Thread One User
This tag supports it: http://www.cftagstore.com/tags/cfxhttp5.cfm ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client

Digest Authentication

2005-05-27 Thread Mitch Rose
Is this possible with CF, and if so, can someone post some sample code or point me in the right direction? thanks, mitch rose ~| Find out how CFTicket can increase your company's customer support efficiency by 100%