【发布时间】:2015-04-05 04:07:28
【问题描述】:
有问题的网站是 test1.guru99.com 我正在像这样制作 SAME ORIGIN
var myemail = "test@gmail.com";
jQuery.ajax({
type: 'GET', //Define the method type
url:'http://test1.guru99.com/Customization/popup/subscription-list.php',
data: {email: myemail},
success: function(d) {
console.log('success');
},
});
但我得到类似的错误
【问题讨论】:
标签: javascript jquery ajax .htaccess joomla