I would like to know if Same Origin Policy role would apply also for IP address. In my specific case I need to get some xml data using JavaScript (jquery .ajax()).SERVER192.168.1.160CLIENT192.168.27.67In case Same Origin Policy role applies, what is the best approach to get my XML data?Please consider that the source data is XML not a JSON that could be easily wrapped in JSONP.Thanks for your time.