[jQuery] Re: Https mixed content error with ajax

2009-09-01 Thread Jonathan Vanherpe (T T NV)
Watch the 'net' tab in Firebug, make sure everything that pops up there is https:// . If everything /is/ https:// , post the url here (either of your site or just a limited test case). Jonathan UglySkinnyGuy wrote: Yes thats all fine. Like I said it only occures when I make an ajax call

[jQuery] Re: Https mixed content error with ajax

2009-08-31 Thread James
Is the include script to the jQuery library also HTTPs? All external content (CSS, Scripts, Images) has to be over HTTPs to not create the mixed content error. On Aug 31, 5:10 am, UglySkinnyGuy evan.e.free...@gmail.com wrote: Have a wierd issue. It seems that if I use jquery in https and do an

[jQuery] Re: Https mixed content error with ajax

2009-08-31 Thread UglySkinnyGuy
Yes thats all fine. Like I said it only occures when I make an ajax call out and then inject the returned html into the DOM. On Aug 31, 3:44 pm, James james.gp@gmail.com wrote: Is the include script to the jQuery library also HTTPs? All external content (CSS, Scripts, Images) has to be