Cross domain JSON calls

nmperna

New Member
I have Asp.Net Controller methods which return JSON response. However I am unable to call it from a different domain using Jquery's \[code\]$.getJSON(...){}\[/code\]Quick googling suggests that JSONP must be used. Question is what is the difference between JSON and JSONP? Is that just another new term? And if JSONP is working why I can't I make JSON work? Is there any way to not use these fancy JSONP and use plain old JSON because I am afraid of any changes to my server side code.
 
Back
Top