Hi all,
I'm stuck on a clients host that has medium trust setup which blocks cross domain requests and need data from a 3rd party domain. I now have the option to use JSONP.
I've used JSONP from the client with jQuery to get around the browsers cross domain security and I've used HttpWebRequest in ASP.Net 3.5.
Is it possible to use JSON on the server and if so how?
I don't think it is, but worth asking seeing as I already have this app written server side....
Thanks, Denis