mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Documented RESPONSE_CONTENT_LENGTH and RESPONSE_CONTENT_TYPE.
This commit is contained in:
parent
d8418c3aa3
commit
f1d4e0e2ff
@ -2273,6 +2273,27 @@ SecRule XML "@validateDTD /opt/apache-frontend/conf/xml.dtd"</programlisting>
|
||||
<programlisting format="linespecific">SecRule<emphasis role="bold"> RESPONSE_BODY</emphasis> "ODBC Error Code"</programlisting>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title><literal>RESPONSE_CONTENT_LENGTH</literal> (Experimental)</title>
|
||||
|
||||
<para>Response body length in bytes. Can be available starting with
|
||||
phase 3 but it does not have to be (as the length of response body is
|
||||
not always known in advance.) Does not exist of the content length is
|
||||
not know. (We will consider making it empty if the size is not
|
||||
known.)</para>
|
||||
|
||||
<para>The value of this variable can change between phases if the body
|
||||
is modified. For example, in embedded mode mod_deflate can compress the
|
||||
response body between phases 4 and 5.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title><literal>RESPONSE_CONTENT_TYPE</literal> (Experimental)</title>
|
||||
|
||||
<para>Response content type. Only available starting with phase
|
||||
3.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title><literal moreinfo="none">RESPONSE_HEADERS</literal></title>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user