Is there a limit to how long the JSONP request can be (the src url)?
For example:
<script src="https://someserver.com/submit?callback=myCallback&alotofdata_maybe_5000_characters_long=true"></script>
Where it has a query string 5000+ characters long. Is that allowed? Will all the browsers send that? Or will some browsers cut the url off?