Re: [Proto-Scripty] SSL and Ajax.updater

2010-02-04 Thread Alex McAuley
] SSL and Ajax.updater On 2/4/2010 7:48 AM, Alex McAuley wrote: anything relative to the page without a protocol inherits the protocol and the URL iirc ... To test .. use firebug and make an ajax request on the page and see what the url ends up as.. HTH thanks, I have

Re: [Proto-Scripty] SSL and Ajax.updater

2010-02-04 Thread bill
On 2/4/2010 7:48 AM, Alex McAuley wrote: anything relative to the page without a protocol inherits the protocol and the URL iirc ... To test .. use firebug and make an ajax request on the page and see what the url ends up as.. HTH thanks, I have firebug but don't know how to see the url. -- B

Re: [Proto-Scripty] SSL and Ajax.updater

2010-02-04 Thread Alex McAuley
: prototype-scriptaculous@googlegroups.com Sent: Thursday, February 04, 2010 11:46 AM Subject: [Proto-Scripty] SSL and Ajax.updater Please pardon if this is a duplicate, but after 24 hours it had not come back to my mailbox If I load a page using https and then update a div using

[Proto-Scripty] SSL and Ajax.updater

2010-02-04 Thread bill
Please pardon if this is a duplicate, but after 24 hours it had not come back to my mailbox If I load a page using https and then update a div using Ajax.updater, is this transaction also encrypted if I use relative addressing, eg: no https:// url = 'profile.php'; new Ajax.Updater('r

[Proto-Scripty] SSL and Ajax.updater

2010-02-03 Thread bill
If I load a page using https and then update a div using Ajax.updater, is this transaction also encrypted if I use relative addressing, eg: no https:// url = 'profile.php'; new Ajax.Updater('replyPane',url ); // get the requested message or do I need to use the complete URL including t