forked from httpwg/http-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
draft-ietf-httpbis-safe-method-w-body.xml
700 lines (632 loc) · 26.5 KB
/
draft-ietf-httpbis-safe-method-w-body.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<?xml version="1.0"?>
<?rfc toc="yes"?>
<?rfc strict="yes"?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc-ext xml2rfc-backend="202007"?>
<?github-issue-label query-method?>
<!DOCTYPE rfc [
<!ENTITY MAY "<bcp14>MAY</bcp14>">
<!ENTITY MUST "<bcp14>MUST</bcp14>">
<!ENTITY MUST-NOT "<bcp14>MUST NOT</bcp14>">
<!ENTITY OPTIONAL "<bcp14>OPTIONAL</bcp14>">
<!ENTITY RECOMMENDED "<bcp14>RECOMMENDED</bcp14>">
<!ENTITY REQUIRED "<bcp14>REQUIRED</bcp14>">
<!ENTITY SHALL "<bcp14>SHALL</bcp14>">
<!ENTITY SHALL-NOT "<bcp14>SHALL NOT</bcp14>">
<!ENTITY SHOULD "<bcp14>SHOULD</bcp14>">
<!ENTITY SHOULD-NOT "<bcp14>SHOULD NOT</bcp14>">
]>
<rfc category="std" ipr="trust200902" docName="draft-ietf-httpbis-safe-method-w-body-latest" submissionType="IETF" version="3" xmlns:xi="http://www.w3.org/2001/XInclude">
<front>
<title>
The HTTP QUERY Method
</title>
<author initials="J." surname="Reschke" fullname="Julian Reschke">
<organization abbrev="greenbytes">greenbytes GmbH</organization>
<address>
<postal>
<street>Hafenweg 16</street>
<city>Münster</city><code>48155</code>
<country>Germany</country>
</postal>
<email>[email protected]</email>
<uri>https://greenbytes.de/tech/webdav/</uri>
</address>
</author>
<author initials="A." surname="Malhotra" fullname="Ashok Malhotra">
<address>
<email>[email protected]</email>
</address>
</author>
<author initials="J.M." surname="Snell" fullname="James M Snell">
<address>
<email>[email protected]</email>
</address>
</author>
<author initials="M." surname="Bishop" fullname="Mike Bishop">
<organization>Akamai</organization>
<address>
<email>[email protected]</email>
</address>
</author>
<date/>
<area>Web and Internet Transport</area>
<workgroup>HTTP</workgroup>
<keyword>http</keyword>
<keyword>query</keyword>
<keyword>method</keyword>
<abstract>
<t>
This specification defines a new HTTP method, QUERY, as a safe, idempotent
request method that can carry request content.
</t>
</abstract>
<note title="Editorial Note" removeInRFC="true">
<t>
Discussion of this draft takes place on the HTTP working group
mailing list ([email protected]), which is archived at
<eref target="https://lists.w3.org/Archives/Public/ietf-http-wg/"/>.
</t>
<t>
Working Group information can be found at <eref target="https://httpwg.org/"/>;
source code and issues list for this draft can be found at
<eref target="https://github.com/httpwg/http-extensions/labels/query-method"/>.
</t>
<t>
The changes in this draft are summarized in <xref target="changes.since.06"/>.
</t>
</note>
</front>
<middle>
<section anchor="intro" title="Introduction">
<t>
This specification defines the HTTP QUERY request method as a means of
making a safe, idempotent request that contains content.
</t>
<t>
Most often, this is desirable when the data conveyed in a request is
too voluminous to be encoded into the request's URI. For example,
this is a common query pattern:
</t>
<artwork type="http-message">
GET /feed?q=foo&limit=10&sort=-published HTTP/1.1
Host: example.org
</artwork>
<t>
However, for a query with parameters that are complex or large in size,
encoding it in the request URI may not be the best option because
</t>
<ul>
<li>often size limits are not known ahead of time because a request can pass through many uncoordinated
system,</li>
<li>expressing certain kinds of data in the target URI is inefficient because of the overhead of encoding that data into a valid URI, and</li>
<li>encoding query parameters directly into the request URI effectively casts every possible combination of query inputs as distinct
resources.</li>
</ul>
<t>
As an alternative to using GET, many implementations make use of the
HTTP POST method to perform queries, as illustrated in the example
below. In this case, the input parameters to the query operation are
passed along within the request content as opposed to using the
request URI.
</t>
<t>
A typical use of HTTP POST for requesting a query:
</t>
<artwork type="http-message">
POST /feed HTTP/1.1
Host: example.org
Content-Type: application/x-www-form-urlencoded
q=foo&limit=10&sort=-published
</artwork>
<t>
This variation, however, suffers from the same basic limitation as GET
in that it is not readily apparent -- absent specific knowledge of the
resource and server to which the request is being sent -- that a safe,
idempotent query is being performed.
</t>
<t>
The QUERY method provides a solution that spans the gap between the use of GET and POST, with
the example above being expressed as:
</t>
<artwork type="http-message">
QUERY /feed HTTP/1.1
Host: example.org
Content-Type: application/x-www-form-urlencoded
q=foo&limit=10&sort=-published
</artwork>
<t>
As with POST, the input to the query operation is passed along within the content of the request
rather than as part of the request URI. Unlike POST, however, the method is explicitly safe
and idempotent, allowing functions like caching and automatic retries to operate.
</t>
<t>Summarizing:</t>
<table>
<thead>
<tr>
<th/>
<th>GET</th>
<th>QUERY</th>
<th>POST</th>
</tr>
</thead>
<tbody>
<tr>
<td>Safe</td>
<td>yes</td>
<td>yes</td>
<td>potentially no</td>
</tr>
<tr>
<td>Idempotent</td>
<td>yes</td>
<td>yes</td>
<td>potentially no</td>
</tr>
<tr>
<td>Cacheable</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
</tr>
<tr>
<td>Content (body)</td>
<td>"no defined semantics"</td>
<td>expected (semantics per target resource)</td>
<td>expected (semantics per target resource)</td>
</tr>
</tbody>
</table>
<section title="Notational Conventions" anchor="notational.coventions">
<t>
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
</t>
</section>
</section>
<section title="QUERY" anchor="query">
<t>
The QUERY method is used to initiate a server-side query. Unlike
the HTTP GET method, which requests that a server return a
representation of the resource identified by the target URI
(as defined by <xref target="HTTP" section="7.1"/>), the QUERY
method is used to ask the server to perform a query operation
(described by the request content) over some set of data scoped to the
target URI. The content returned in response to a QUERY
cannot be assumed to be a representation of the resource identified by
the target URI.
</t>
<t>
The content of the request defines the query. Implementations &MAY; use
a request content of any media type with the QUERY method, provided that it
has appropriate query semantics.
</t>
<t>
QUERY requests are both safe and idempotent with regards to the
resource identified by the request URI. That is, QUERY requests do not
alter the state of the targeted resource. However, while processing a
QUERY request, a server can be expected to allocate computing and memory
resources or even create additional HTTP resources through which the
response can be retrieved.
</t>
<t>
A successful response to a QUERY request is expected to provide some
indication as to the final disposition of the operation. For
instance, a successful query that yields no results can be represented
by a 204 No Content response. If the response includes content,
it is expected to describe the results of the operation.
</t>
<section title="Content-Location and Location Fields" anchor="location">
<t>
Furthermore, a successful response can include a Content-Location
header field (see <xref target="HTTP" section="8.7"/>) containing an
identifier for a resource corresponding to the results of the
operation. This represents a claim from the server that a client can send
a GET request for the indicated URI to retrieve the results of the query
operation just performed. The indicated resource might be temporary.
</t>
<t>
A server &MAY; create or locate a resource that identifies the query
operation for future use. If the server does so, the URI of the resource
can be included in the Location header field of the response (see <xref
target="HTTP" section="10.2.2"/>). This represents a claim that a client can
send a GET request to the indicated URI to repeat the query operation just
performed without resending the query parameters. This resource might be
temporary; if a future request fails, the client can retry using the
original QUERY resource and the previously submitted parameters again.
</t>
</section>
<section title="Redirection" anchor="redirection">
<t>
In some cases, the server may choose to respond indirectly to the QUERY
request by redirecting the user agent to a different URI (see
<xref target="HTTP" section="15.4"/>). The semantics of the redirect
response do not differ from other methods. For instance, a 303 (See Other)
response would indicate that the Location field identifies an
alternate URI from which the results can be retrieved
using a GET request (this use case is also covered by the
use of the Location response field in a 2xx response).
On the other hand, response codes 307 (Temporary Redirect) and 308
(Permanent Redirect) can be used to request the user agent to redo
the QUERY request on the URI specified by the Location field.
Various non-normative examples of successful
QUERY responses are illustrated in <xref target="examples" />.
</t>
</section>
<section title="Conditional Requests" anchor="conditional">
<t>
A conditional QUERY requests that the selected representation
(i.e., the query results, after any content negotiation) be
returned in the response only under the circumstances described by the
conditional header field(s), as defined in
<xref target="HTTP" section="13"/>.
</t>
</section>
<section title="Caching" anchor="caching">
<t>
The response to a QUERY method is cacheable; a cache &MAY; use it to satisfy subsequent
QUERY requests as per <xref target="HTTP-CACHING" section="4"/>).
</t>
<t>
The cache key for a query (see <xref target="HTTP-CACHING" section="2"/>) &MUST;
incorporate the request content. When doing so, caches &SHOULD; first normalize request
content to remove semantically insignificant differences, thereby improving cache
efficiency, by:
</t>
<ul>
<li>Removing content encoding(s)</li>
<li>Normalizing based upon knowledge of format conventions, as indicated by the any media type suffix in the request's Content-Type field (e.g., "+json")</li>
<li>Normalizing based upon knowledge of the semantics of the content itself, as indicated by the request's Content-Type field.</li>
</ul>
<t>
Note that any such normalization is performed solely for the purpose of generating a cache key; it
does not change the request itself.
</t>
</section>
</section>
<section title="The "Accept-Query" Header Field" anchor="field.accept-query">
<t>
The "Accept-Query" response header field &MAY; be used by a resource to
directly signal support for the QUERY method while identifying
the specific query format media type(s) that may be used.
</t>
<sourcecode type="abnf">
Accept-Query = 1#media-type
</sourcecode>
<t>
The Accept-Query header field specifies a comma-separated listing of media
types (with optional parameters) as defined by
<xref target="HTTP" section="8.3.1"/>. <cref>field syntax currently discussed in <eref target="https://github.com/httpwg/http-extensions/issues/2860"/></cref>
</t>
<t>
The order of types listed by the Accept-Query header field is not significant.
</t>
<t>
Accept-Query's value applies to every URI on the server that shares the same path; in
other words, the query component is ignored. If requests to the same resource return
different Accept-Query values, the most recently received fresh (per
<xref target="HTTP-CACHING" section="4.2"/>) value is used.
</t>
</section>
<section title="Security Considerations">
<t>
The QUERY method is subject to the same general security
considerations as all HTTP methods as described in
<xref target="HTTP"/>.
</t>
<t>
It 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
portions of the original request content.
</t>
<t>
Caches that normalize QUERY content incorrectly or in ways that are
significantly different than how the resource processes the content
can return the incorrect response if normalization results in a false positive.
</t>
<t>
A QUERY request from user agents implementing CORS (Cross-Origin Resource Sharing)
will require a "preflight" request,
as QUERY does not belong to the set of CORS-safelisted methods
(see "<eref target="https://fetch.spec.whatwg.org/#methods">Methods</eref>" in
<xref target="FETCH"/>).
</t>
</section>
<section title="IANA Considerations" anchor="iana.considerations">
<section title="Registration of QUERY method" anchor="method.registration">
<t>
IANA is requested to add the QUERY method to the HTTP
Method Registry at <eref brackets="angle" target="http://www.iana.org/assignments/http-methods"/>
(see <xref target="HTTP" section="16.3.1"/>).
</t>
<table>
<thead>
<tr>
<th>Method Name</th>
<th>Safe</th>
<th>Idempotent</th>
<th>Specification</th>
</tr>
</thead>
<tbody>
<tr>
<td>QUERY</td>
<td>Yes</td>
<td>Yes</td>
<td><xref target="query"/></td>
</tr>
</tbody>
</table>
</section>
<section title="Registration of Accept-Query field" anchor="field.registration">
<t>
IANA is requested to add the Accept-Query field to the HTTP Field Name
Registry at <eref brackets="angle" target="https://www.iana.org/assignments/http-fields"/>
(see <xref target="HTTP" section="16.1.1"/>).
</t>
<table>
<thead>
<tr>
<th>Field Name</th>
<th>Status</th>
<th>Structured Type</th>
<th>Reference</th>
<th>Comments</th>
</tr>
</thead>
<tbody>
<tr>
<td>Accept-Query</td>
<td>permanent</td>
<td></td>
<td><xref target="field.accept-query"/> of this document.</td>
<td><cref>field syntax currently discussed in <eref target="https://github.com/httpwg/http-extensions/issues/2860"/></cref></td>
</tr>
</tbody>
</table>
</section>
</section>
</middle>
<back>
<references title="Normative References">
<xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.2119.xml"/>
<xi:include href="https://www.rfc-editor.org/refs/bibxml/reference.RFC.8174.xml"/>
<reference anchor="HTTP">
<front>
<title>HTTP Semantics</title>
<author fullname="Roy T. Fielding" initials="R." surname="Fielding" role="editor"/>
<author fullname="Mark Nottingham" initials="M." surname="Nottingham" role="editor"/>
<author fullname="Julian Reschke" initials="J." surname="Reschke" role="editor"/>
<date year="2022" month="June"/>
</front>
<seriesInfo name="STD" value="97"/>
<seriesInfo name="RFC" value="9110"/>
</reference>
<reference anchor="HTTP-CACHING">
<front>
<title>HTTP Caching</title>
<author fullname="Roy T. Fielding" initials="R." surname="Fielding" role="editor"/>
<author fullname="Mark Nottingham" initials="M." surname="Nottingham" role="editor"/>
<author fullname="Julian Reschke" initials="J." surname="Reschke" role="editor"/>
<date year="2022" month="June"/>
</front>
<seriesInfo name="STD" value="98"/>
<seriesInfo name="RFC" value="9111"/>
</reference>
</references>
<references title="Informative References">
<reference anchor="FETCH" target="https://fetch.spec.whatwg.org">
<front>
<title>FETCH</title>
<author><organization>WHATWG</organization></author>
</front>
</reference>
</references>
<section title="Examples" anchor="examples">
<!-- TODO: add Content-Length fields once examples are stable -->
<t>
The non-normative examples in this section make use of a simple,
hypothetical plain-text based query syntax based on SQL with results
returned as comma-separated values. This is done for illustration
purposes only. Implementations are free to use any format they wish on
both the request and response.
</t>
<section title="Simple QUERY with a Direct Response">
<t>A simple query with a direct response:</t>
<artwork type="http-message">
QUERY /contacts HTTP/1.1
Host: example.org
Content-Type: application/sql
Accept: text/csv
select surname, givenname, email limit 10
</artwork>
<t>Response:</t>
<artwork type="http-message">
HTTP/1.1 200 OK
Content-Type: text/csv
surname, givenname, email
Smith, John, [email protected]
Jones, Sally, [email protected]
Dubois, Camille, [email protected]
</artwork>
</section>
<section title="Simple QUERY with a Direct Response and Location Fields">
<t>A simple query with a direct response:</t>
<artwork type="http-message">
QUERY /contacts HTTP/1.1
Host: example.org
Content-Type: application/sql
Accept: text/csv
select surname, givenname, email limit 10
</artwork>
<t>Response:</t>
<artwork type="http-message">
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Location: /contacts/responses/42
Location: /contacts/queries/17
surname, givenname, email
Smith, John, [email protected]
Jones, Sally, [email protected]
Dubois, Camille, [email protected]
</artwork>
<t>
A subsequent GET request on /contacts/responses/42 would return
the same response, until the server decides to remove that
resource.
</t>
<t>
A GET request on /contacts/queries/17 however would execute the same
query again, and return a fresh result for that query:
</t>
<artwork type="http-message">
GET /contacts/queries/17 HTTP/1.1
Host: example.org
Accept: text/csv
</artwork>
<t>Response:</t>
<artwork type="http-message">
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Location: /contacts/responses/43
surname, givenname, email
Jones, Sally, [email protected]
Dubois, Camille, [email protected]
</artwork>
</section>
<section title="Simple QUERY with Indirect Response (303 See Other)">
<t>A simple query with an Indirect Response (303 See Other):</t>
<artwork type="http-message">
QUERY /contacts HTTP/1.1
Host: example.org
Content-Type: application/sql
Accept: text/csv
select surname, givenname, email limit 10
</artwork>
<t>Response:</t>
<artwork type="http-message">
HTTP/1.1 303 See Other
Location: /contacts/query123
</artwork>
<t>Retrieval of the Query Response:</t>
<artwork type="http-message">
GET /contacts/query123 HTTP/1.1
Host: example.org
</artwork>
<t>Response:</t>
<artwork type="http-message">
HTTP/1.1 200 OK
Content-Type: text/csv
surname, givenname, email
Smith, John, [email protected]
Jones, Sally, [email protected]
Dubois, Camille, [email protected]
</artwork>
</section>
<section title="Simple QUERY with Redirect Response (308 Moved Permanently)">
<t>A simple query being redirected:</t>
<artwork type="http-message">
QUERY /contacts HTTP/1.1
Host: example.org
Content-Type: application/sql
Accept: text/csv
select surname, givenname, email limit 10
</artwork>
<t>Response:</t>
<artwork type="http-message">
HTTP/1.1 308 Moved Permanently
Location: /morecontacts
</artwork>
<t>Redirected request:</t>
<artwork type="http-message">
QUERY /morecontacts HTTP/1.1
Host: example.org
Content-Type: application/sql
Accept: text/csv
select surname, givenname, email limit 10
</artwork>
<t>Response:</t>
<artwork type="http-message">
HTTP/1.1 200 OK
Content-Type: text/csv
surname, givenname, email
Smith, John, [email protected]
Jones, Sally, [email protected]
Dubois, Camille, [email protected]
</artwork>
</section>
</section>
<section title="Change Log" anchor="change.log" removeInRFC="true">
<section title="Since draft-ietf-httpbis-safe-method-w-body-00" anchor="changes.since.00">
<ul>
<li>Use "example/query" media type instead of undefined "text/query" (<eref target="https://github.com/httpwg/http-extensions/issues/1450"/>)</li>
<li>In <xref target="field.accept-query"/>, adjust the grammar to just define the field value (<eref target="https://github.com/httpwg/http-extensions/issues/1470"/>)</li>
<li>Update to latest HTTP core spec, and adjust terminology accordingly (<eref target="https://github.com/httpwg/http-extensions/issues/1473"/>)</li>
<li>Reference RFC 8174 and markup bcp14 terms (<eref target="https://github.com/httpwg/http-extensions/issues/1497"/>)</li>
<li>Update HTTP reference (<eref target="https://github.com/httpwg/http-extensions/issues/1524"/>)</li>
<li>Relax restriction of generic XML media type in request content (<eref target="https://github.com/httpwg/http-extensions/issues/1535"/>)</li>
</ul>
</section>
<section title="Since draft-ietf-httpbis-safe-method-w-body-01" anchor="changes.since.01">
<ul>
<li>Add minimal description of cacheability (<eref target="https://github.com/httpwg/http-extensions/issues/1552"/>)</li>
<li>Use "QUERY" as method name (<eref target="https://github.com/httpwg/http-extensions/issues/1614"/>)</li>
<li>Update HTTP reference (<eref target="https://github.com/httpwg/http-extensions/issues/1669"/>)</li>
</ul>
</section>
<section title="Since draft-ietf-httpbis-safe-method-w-body-02" anchor="changes.since.02">
<ul>
<li>In <xref target="field.accept-query"/>, slightly rephrase statement about significance of ordering (<eref target="https://github.com/httpwg/http-extensions/issues/1896"/>)</li>
<li>Throughout: use "content" instead of "payload" or "body" (<eref target="https://github.com/httpwg/http-extensions/issues/1915"/>)</li>
<li>Updated references (<eref target="https://github.com/httpwg/http-extensions/issues/2157"/>)</li>
</ul>
</section>
<section title="Since draft-ietf-httpbis-safe-method-w-body-03" anchor="changes.since.03">
<ul>
<li>In <xref target="field.accept-query"/>, clarify scope (<eref target="https://github.com/httpwg/http-extensions/issues/1913"/>)</li>
</ul>
</section>
<section title="Since draft-ietf-httpbis-safe-method-w-body-04" anchor="changes.since.04">
<ul>
<li>Describe role of Content-Location and Location fields (<eref target="https://github.com/httpwg/http-extensions/issues/1745"/>)</li>
<li>Added Mike Bishop as author (<eref target="https://github.com/httpwg/http-extensions/issues/2837"/>)</li>
<li>Use "target URI" instead of "effective request URI" (<eref target="https://github.com/httpwg/http-extensions/issues/2883"/>)</li>
</ul>
</section>
<section title="Since draft-ietf-httpbis-safe-method-w-body-05" anchor="changes.since.05">
<ul>
<li>Updated language and examples about redirects and method rewriting (<eref target="https://github.com/httpwg/http-extensions/issues/1917"/>)</li>
<li>Add QUERY example to introduction (<eref target="https://github.com/httpwg/http-extensions/issues/2171"/>)</li>
<li>Update "Sensitive information in QUERY URLs" (<eref target="https://github.com/httpwg/http-extensions/issues/2853"/>)</li>
<li>Field registration for "Accept-Query" (<eref target="https://github.com/httpwg/http-extensions/issues/2903"/>)</li>
</ul>
</section>
<section title="Since draft-ietf-httpbis-safe-method-w-body-06" anchor="changes.since.06">
<ul>
<li>Improve language about sensitive information in URIs (<eref target="https://github.com/httpwg/http-extensions/issues/1895"/>)</li>
<li>Clarified description of conditional queries (<eref target="https://github.com/httpwg/http-extensions/issues/1917"/>)</li>
<li>Editorial changes to Introduction (ack Will Hawkins, <eref target="https://github.com/httpwg/http-extensions/pull/2859"/>)</li>
<li>Added Security Consideration with respect to Normalization (<eref target="https://github.com/httpwg/http-extensions/issues/2896"/>)</li>
<li>Added CORS considerations (<eref target="https://github.com/httpwg/http-extensions/issues/2898"/>)</li>
<li>SQL media type is application/sql (RFC6922) (<eref target="https://github.com/httpwg/http-extensions/issues/2936"/>)</li>
<li>Added overview table to introduction (<eref target="https://github.com/httpwg/http-extensions/issues/2951"/>)</li>
<li>Moved BCP14 related text into subsection (<eref target="https://github.com/httpwg/http-extensions/issues/2954"/>)</li>
<li>Move examples into index (<eref target="https://github.com/httpwg/http-extensions/issues/2957"/>)</li>
</ul>
</section>
</section>
</back>
</rfc>