Content deleted Content added
<!---♦♦♦ Please keep the list in alphabetical order ♦♦♦--->, no double wikilinks in see also section |
No edit summary Tag: Reverted |
||
Line 128:
The common workaround for these problems is to use [[POST (HTTP)|POST]] instead of [[GET (HTTP)|GET]] and store the parameters in the request body. The length limits on request bodies are typically much higher than those on URL length. For example, the limit on POST size, by default, is 2 MB on IIS 4.0 and 128 KB on IIS 5.0. The limit is configurable on Apache2 using the <code>LimitRequestBody</code> directive, which specifies the number of bytes from 0 (meaning unlimited) to 2147483647 (2 GB) that are allowed in a request body.<ref>[https://httpd.apache.org/docs/2.2/mod/core.html#limitrequestbody core – Apache HTTP Server]. Httpd.apache.org. Retrieved on 2013-09-08.</ref>
URL
== References ==
|