Query string: Difference between revisions

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&nbsp;MB on IIS 4.0 and 128&nbsp;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&nbsp;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
== See also ==
{{div-col}}
* [[Clean URL]]
* [[DoubleClick Click Identifier|Click identifier]]
* [[Common Gateway Interface]] (CGI)
* [[HTTP cookie]]
* [[HyperText Transfer Protocol]] (HTTP)
* [[Semantic URL]]s
* [[URI fragment]]
* [[URI normalization]]
* [[URI scheme]]
* [[UTM parameters]]
* [[Web beacon]]
{{div-col-end}}
 
== References ==