[Javascript] Limitations AJAX get

Mike Dougherty mdougherty at pbp.com
Sat Aug 26 11:32:07 CDT 2006


yes - 2K

If you are even considering this limitation, you probably should be using a post. :)

We send objects back to the webservice by serializing them to JSON strings, posting them via XHR 
then deserializing them via eval() and use server-side jscript on the object.  Be sure to properly 
encodeURIComponent the form data.

On Sat, 26 Aug 2006 15:17:10 +0700
  "Peter Lauri" <lists at dwsasia.com> wrote:
> Hi,
> 
> Are there any limitations in how much data one could send using an
> XMLHttpRequest with the get method?



More information about the Javascript mailing list