How does the same origin policy apply to IP addresses
问题 I have a server on our company intranet that runs JBoss. I want to send API calls to this server from my machine, also on the intranet, and get the resulting XML responses using JQuery. I read the entry on Wikipedia but am confused how that applies to my situation, since our machines only have IP addresses, not domain names. I have server URL : 10.2.200.3:8001/serviceroot/service client IP address : 10.2.201.217 My questions are: As far as I understand these are different domains, right? So I