I think that this is not allowed. An ajax call from http page to a https page will cause a cross domain javascript security error. Not allowed.
Would people agree this is correct? Is there another way? Jamie whitingjon wrote: > Should I be able to use this function when the page is served up over > http, but I want the request to go over https? > > Or do I need to do something funny with a hidden iframe? > >