I try to run the following jquery code in local Network.
$.ajax({ type: \"GET\", url: \"http://SomeSite/MyUrl/\", cache: false, data: {
Actually you can only call GET. There is no failproof way to call POST,PUT,DELETE or PATCH, via cross site scripting. Only viable way is a hand written proxy.