jquery / jquery

jQuery JavaScript Library
https://jquery.com
MIT License
58.96k stars 20.62k forks source link

JSONP Request as POST #5471

Closed mrprogramator closed 1 month ago

mrprogramator commented 7 years ago

Hey there! I need to make a jsonp request to send cross-domain recorded audio, as a blob, to other service, but jsonp only allows get request. As you can imagine, audio becomes very large, and get-requests have a limited request length. If you have any idea of how to solve this, it would be very helpful.