[Flashcoders] Flash and SSL/HTTP Basic Authentication

2006-07-20 Thread Matthew Ganz
hi. i'm looking to learn more about how well flash plays with SSL and HTTP Basic Authentication. my understanding is that the flash player doesn't implement SSL and that all certificate verification is determined by the browser. but browsers may handle that differently. can anyone share

Re: [Flashcoders] Flash and SSL/HTTP Basic Authentication

2006-07-20 Thread Rifled Cloaca
With SSL, you need to use POST to send info, since Flash uses the browser's POST transport for it, so the browser handles the encryption. If you're using PHP and Sessions, you need to set your session_cache_limiter in your PHP.INI (or using ini_set) from none to public or private, or nothing

RE: [Flashcoders] Flash and SSL/HTTP Basic Authentication

2006-07-20 Thread Tom Lee
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Ganz Sent: Thursday, July 20, 2006 5:23 PM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Flash and SSL/HTTP Basic Authentication hi. i'm looking to learn more about how well flash plays with SSL