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 will work.

Also, with the OBJECT/EMBED tag, you need to change the macromedia
pluginspage URL from http:// to https:// or you will get a security warning.

-rc


On 7/20/06, Matthew Ganz <[EMAIL PROTECTED]> wrote:

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 their experiences or point me in the right direction
where i can learn more?

thanks. -- matt.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to