I try to run the following jquery code in local Network.
$.ajax({ type: \"GET\", url: \"http://SomeSite/MyUrl/\", cache: false, data: {
Please have a look at cross domain jquery ajax request. If the remote server supports JSONP then I guess you can using callback.