ASP.NET MVC 2 JSONP with MVC Futures

Posted by mighty_man on Stack Overflow See other posts from Stack Overflow or by mighty_man
Published on 2010-05-05T20:12:00Z Indexed on 2010/05/06 7:08 UTC
Read the original article Hit count: 267

Filed under:
|
|
|
|

I´m using mvc futures 2 with WebApiEnabled for XML and JSON support. But due to cross domain issues with jQuery $.ajax I´m lookin in to JSONP.

Is there a simple way to extend futures rest function for JSONP or should I do something else.

Do anyone have some hints on this subject ?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about rest