I uploaded my wordpress blog on url : http://blog.in
I am getting cross domain exception while calling following url
$.ajax({
type: "POST",
url: "http://app.blog.in/getToken",
contentType: "text/html",
success: function(msg) {
alert(msg);
}
});
Please suggest me
Thanks