If the parent page is https, then any calls from within that page will be https, no extra effort needed. I did a site last year, demo'd it on regular http, moved it to https, made absolutely no changes to code and everything in the site (regular requests and Ajax) is in https.
Make sure that you always use relative URLs for all of your Ajax requests, and you get this for free. As far as I know, you cannot use a non-secure page to request a secure script/Ajax fragment. That fails the same-origin test. Walter On Sep 23, 2008, at 10:07 AM, bob wrote: > > How can I use https calls with the prototype ? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
