XMLHttpRequest cannot load my-site.com?account=2435671&_=1462260054282. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.batyser.kz' is therefore not allowed access.
Как разрешить эту проблему? кто знает помогите пожалуйста
url: 'my-site.com',
type: 'GET',
dataType: 'html',
data: 'account=2435671',
success:function(data){
$("#message").text(data);
}
)
выдает ошибку в консоле
XMLHttpRequest cannot load my-site.com?account=2435671&_=1462260054282. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.batyser.kz' is therefore not allowed access.
Как разрешить эту проблему? кто знает помогите пожалуйста