zohab Posted October 16, 2009 Share Posted October 16, 2009 Hi, I have implemented ajax functionality in my site. It is working fine with http://www.example.com but when I use https://www.example.com ajax stop working. My question is ajax work with https? Quote Link to comment https://forums.phpfreaks.com/topic/177871-ajax-not-working-with-https/ Share on other sites More sharing options...
trq Posted October 16, 2009 Share Posted October 16, 2009 https isn't actually a different protocol from http so i don't see why it shouldn't work. Quote Link to comment https://forums.phpfreaks.com/topic/177871-ajax-not-working-with-https/#findComment-937861 Share on other sites More sharing options...
zohab Posted October 16, 2009 Author Share Posted October 16, 2009 I have read information on following url and it says AJAX = Asynchronous JavaScript and XML. AJAX is based on JavaScript and HTTP requests. http://www.w3schools.com/Ajax/Default.Asp Quote Link to comment https://forums.phpfreaks.com/topic/177871-ajax-not-working-with-https/#findComment-937879 Share on other sites More sharing options...
trq Posted October 16, 2009 Share Posted October 16, 2009 No kidding, and as I said, https and http are actually the same protocol (http). Quote Link to comment https://forums.phpfreaks.com/topic/177871-ajax-not-working-with-https/#findComment-937897 Share on other sites More sharing options...
phulla Posted May 24, 2011 Share Posted May 24, 2011 Problem will be related to IE security settings and accessing data over non secure and secure connections. check your security settings. Quote Link to comment https://forums.phpfreaks.com/topic/177871-ajax-not-working-with-https/#findComment-1219496 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.