[flexcoders] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Faisal Abid
I have wrote a proof of concept over at my site http://www.g-unix.com/blog . -Faisal Abid aka Flex Abid ;) --- In flexcoders@yahoogroups.com, richmcgillicuddy [EMAIL PROTECTED] wrote: Can the HTTP Service work with a web server that requires digest authentication? Rich --

[flexcoders] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Dave Wolf
I dont think your example actually answers the original question. HTTP-DIGEST is a specific kind of HTTP Authentication as referenced in the RFC 3310. http://www.ietf.org/rfc/rfc3310.txt What he is asking is if a Flex application can inherit the http authenticaed session which used the DIGEST

re: [flexcoders] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Faisal Abid
Oh, I understand. My mistake , I wasnt too sure , but atleast I hope anyone can find that article useful. From: "Dave Wolf" [EMAIL PROTECTED]Sent: Monday, July 31, 2006 9:14 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: HTTP Service Authentication ca

[flexcoders] Re: HTTP Service Authentication capabilities

2006-07-28 Thread Dave Wolf
I've never actually tried it, but in theory yes. Realize that all Flex is doing is inheriting the cookie from the HTTP session which contains the opaque jsessionid. As long as the client was able to submit the digest, (which most browsers should) and a jsessionid was able to be created in the