-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See #1895. Don't limit to query parameters. Mention intermediaries.
- Loading branch information
1 parent
18bf6e1
commit acb6562
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -484,10 +484,11 @@ Dubois, Camille, [email protected] | |
</t> | ||
|
||
<t> | ||
The QUERY method can be used as an alternative to passing query | ||
information in the query portion of a URI. This is preferred in some | ||
cases, as the URI is more likely to be logged than the request content. If | ||
a server creates a temporary resource to represent the results of a QUERY | ||
The QUERY method can be used as an alternative to passing request | ||
information in the URI (e.g., in the query section). This is preferred in some | ||
cases, as the URI is more likely to be logged or otherwise processed | ||
by intermediaries than the request content. | ||
If a server creates a temporary resource to represent the results of a QUERY | ||
request (e.g., for use in the Location or Content-Location field) and the request | ||
contains sensitive information that cannot be logged, then the URI of this | ||
resource &SHOULD; be chosen such that it does not include any sensitive | ||
|