[Javascript] Limitations AJAX get

Triche Osborne wdlists at triche-osborne.com
Sat Aug 26 08:13:28 CDT 2006


Peter Lauri wrote:
> Hi,
> 
> Are there any limitations in how much data one could send using an
> XMLHttpRequest with the get method?
> 
> /Peter
> 

Since there are limitations on how much GET can handle, yes. If the 
request is over 255 bytes, it should be submitted with POST. (See Google 
'GET size limit' or 'GET method 255 bytes'.)

Triche




More information about the Javascript mailing list