Is an AJAX call cross-domain if only the port is different?
The main page is www.myserver.com:80 and the ajax references www.myserver.com:8081.
The status code is 0 开发者_如何转开发and the text is null. Is this a cross domain denial?
Yes, this violates the same origin policy.
精彩评论