If I make a XMLHttpRequest from somesubdomain.example.com to someothersubdomain.example.com, will that be consider as a crossdomain request? I mean, would I have to provide Access-Control- headers to make it work properly?
If I make a XMLHttpRequest from somesubdomain.example.com to someothersubdomain.example.com, will that be consider as
Share
somesub.example.comandsomeother.example.comare different hosts. Therefore, they’re subject to the Same origin policy.