| Author |
does get method limit the maximum number of content
|
sameera liyanage
Ranch Hand
Joined: Nov 25, 2008
Posts: 643
|
|
i read some tutorial says that get method limit the maximum number of content.
But some says it depend on theHTTP protocle.latest HTTP protocles are not limits the maximum lenth.
whet is the correct one?
|
 |
Anirvan Majumdar
Ranch Hand
Joined: Feb 22, 2005
Posts: 261
|
|
A GET request is only limited by a browser's limit on the length of the URL string.
In IE it is 2,048 characters, minus the number of characters in the actual path. Other browsers do not have a clearly defined limit on the length of the URL string. This article might be of interest to you.
RFC 2616, "Hypertext Transfer Protocol -- HTTP/1.1," does not specify any requirement for URL length, so browsers are free to stipulate what they deem fit.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56221
|
|
|
Note that the limits are on the length of the URL, not the content that can be returned in the response.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: does get method limit the maximum number of content
|
|
|