Post data to JsonP

Posted by Christo Fur on Stack Overflow See other posts from Stack Overflow or by Christo Fur
Published on 2010-04-23T14:20:46Z Indexed on 2010/04/23 14:23 UTC
Read the original article Hit count: 313

Filed under:
|
|
|
|

Hi

Is it possible to post data to JsonP? Or does all data have to be passed in the querystring as a GET request?

I have alot of data that I need to send to the service, cross doamin, and it is too large to send via the querystring

What are the options for getting around this?

thanks

© Stack Overflow or respective owner

Related posts about jsonp

Related posts about JSON