newbie question w php - javascript and HTTPS

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Newbie question...
I'm having an issue with mac browsers and javascript...

simple story:

1 - If I put test folder on NON SSL site - all works ok
2 - but if I put same test folder on HTTPS site - MAC SAFARI gets/displays data ok but MAC firefox and Chrome do NOT get data

Q: Why Not? How do I fix this so all browsers work?

---

SETUP LIKE THIS...

page1.html

gets data with this line ....

was this...
$.get("getdata.php", function(data, status){
...etc.	

also tried this (absolute ref)...
$.get("https://mysite.com/getdata.php";, function(data, status){	
...etc.

and displays data on same page1.html page

MAC safari = works but firefox and chrome do not display data ON HTTPS site but all 3 work on non HTTPS other test site. ( using just this local request = $.get("getdata.php", function(data, status){)

BTW: if I manually go to getdata.php it gets php data and show json wrapper data just fine

Q: How can I test / fix this so all 3 browsers work on HTTPS site?



--
Thanks,
Dave - DealTek
dealtek@xxxxxxxxx
[db-15]


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux