diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index a94e4dbce08..f0db7f8f72b 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -1136,8 +1136,10 @@ mptcp .. ts:cv:: CONFIG proxy.config.http.strict_uri_parsing INT 0 - Enables (``1``) or disables (``0``) Traffic Server to return a 400 Bad Request - if client's request URI includes character which is not RFC 3986 compliant + Takes a value between 0 and 2. ``0`` disables strict_uri_parsing. Any character can appears + in the URI. ``1`` causes |TS| to return 400 Bad Request + if client's request URI includes character which is not RFC 3986 compliant. ``2`` directs |TS| + to reject the clients request if it contains whitespace or non-printable characters. .. ts:cv:: CONFIG proxy.config.http.errors.log_error_pages INT 1 :reloadable: