Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Limitations AJAX get


  • From: nick at nickfitz.co.uk (Nick Fitzsimons)
  • Subject: [Javascript] Limitations AJAX get
  • Date: Sun Aug 27 06:12:36 2006

On 26 Aug 2006, at 09:17, Peter Lauri wrote:

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

Yes, but they aren't clearly defined: browsers, servers, proxies and  
gateways all potentially impose limitations on the length of a URL. A  
Google search for "http limitations get" brought me to:
<http://www.phildawes.net/blog/2006/05/09/server-length-limitations- 
on-http-get-urls/>
which gives one person's results and links to
<http://www.boutell.com/newfaq/misc/urllength.html>
which makes the point that, although the HTTP spec imposes no limit,  
real life (as usual) disappoints us.

HTH,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/