Is it possible to use JSONP on the server?

Posted by Denis Hoctor on Stack Overflow See other posts from Stack Overflow or by Denis Hoctor
Published on 2010-05-28T22:29:01Z Indexed on 2010/05/28 22:32 UTC
Read the original article Hit count: 350

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET