On Thu, Apr 30, 2009 at 4:10 PM, ruben.django <ruben.dja...@gmail.com>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 stopped working. The browser shows me the next > message: > > Security error: the content in https://mysite/foo/34 can't load data > from http://mysite/foo/34. > > Can anybody help me? > > Thanks. > > > > I don't think this has anything to do with Django. Your problem is that you're making an Ajax call from a https connection to a http connection ( https://mysite/foo/34 to http://mysite/foo/34). Fix this and your problems should go away. -- Best, R --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---