Is it possible to POST data to JSONP? Or does all data have to be passed in the querystring as a GET request? any sample code.
thanks
No, you can't post data to JSONP. JSONP has to be "submitted" as a script tag, and script tags cannot POST information.
Hope this helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With