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?
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?
Yeah, different port is also considered as a cross domain call. Please refer here.