Can XMLHttpRequest send a request to http:// mydomain.com:81/ from http:// mydomain.com/ ?
For two documents to be considered to have the same origin, the protocol (http/https), the domain and the port (the default 80 or :xx) have to be indentical. So no, you cannot use xhr against a different port.
1.4m articles
1.4m replys
5 comments
57.0k users