Re: Ajax and https

2009-05-01 Thread Zain Memon
You cannot make cross-site requests in Javascript, for security reasons. See: https://developer.mozilla.org/en/Same_origin_policy_for_JavaScript This has nothing to do with Django, however, so if you need further information, you should take your question to the JQuery mailing lists. Zain On Thu

Re: Ajax and https

2009-04-30 Thread Rishabh Manocha
On Thu, Apr 30, 2009 at 4:10 PM, ruben.django wrote: > > Hi, > > i've got a template with a jquey ajax call. Before, the web service > (Apache) always redirects to a http direction and the ajax call worked > perfectly, but from now, it redirects to a secure https direction and > the ajax call has

Re: Ajax and https

2009-04-30 Thread shi shaozhong
Hi, there. I will be interested as well. Regards, David 2009/4/30 ruben.django : > > Hi, > > i've got a template with a jquey ajax call. Before, the web service > (Apache) always redirects to a http direction and the ajax call worked > perfectly, but from now, it redirects to a secure https di

Ajax and https

2009-04-30 Thread ruben.django
Hi, i've got a template with a jquey ajax call. Before, the web service (Apache) always redirects to a http direction and the ajax call worked perfectly, but from now, it redirects to a secure https direction and the ajax call has stopped working. The browser shows me the next message: Security