[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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[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 method.  My feedback not
having tried it would be to say yeah, no question it should.  But as I
said I havent sat down to put a little test together.  Maybe later
this week.


-- 
Dave Wolf
Cynergy Systems, Inc.
Adobe Flex Alliance Partner
http://www.cynergysystems.com
http://www.cynergysystems.com/blogs

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY




--- In flexcoders@yahoogroups.com, Faisal Abid [EMAIL PROTECTED] wrote:

 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 rich@ wrote:
 
  Can the HTTP Service work with a web server that requires digest
  authentication?
  
  
  
  Rich
 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





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 capabilities
		
		
		
		
		
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 method.  My feedback not
having tried it would be to say yeah, no question it should.  But as I
said I havent sat down to put a little test together.  Maybe later
this week.
-- 
Dave Wolf
Cynergy Systems, Inc.
Adobe Flex Alliance Partnerhttp://www.cynergysystems.comhttp://www.cynergysystems.com/blogs
Email:  [EMAIL PROTECTED]stems.com
Office: 866-CYNERGY
--- In [EMAIL PROTECTED]ups.com, "Faisal Abid" [EMAIL PROTECTED] wrote:

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

		
		
		
		
		


__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



[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 cookie, all should be well.

Again, I have not tried it to be sure however.  But I'd be pretty
confident.

-- 
Dave Wolf
Cynergy Systems, Inc.
Adobe Flex Alliance Partner
http://www.cynergysystems.com
http://www.cynergysystems.com/blogs

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY



--- In flexcoders@yahoogroups.com, richmcgillicuddy [EMAIL PROTECTED] wrote:

 Can the HTTP Service work with a web server that requires digest
 authentication?
 
 
 
 Rich







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/