Using $.getJSON to perform cross domain request problem?

To access across different website, you have to use JSONP, which actually becomes a request of a JavaScript file and the data is sent back as part of the JavaScript file.

– Ahmed Feb 20 at 11:58 jQuery implementation of JSONP code.google.Com/p/jquery-jsonp – Ahmed Jun 1 at 16:45.

Actually, it was a permission issue. Using "Access-Control-Allow-Origin" HTTP header so that the resource can be accessed by any domain in a cross-site manner. Check the following MDN article for this.

Yes, you cannot make cross-domain calls. It should have worked if you used JSONP properly. – Felix Kling Feb 20 at 17:57.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions