Changeset 243 for draft-ietf-httpbis/latest
- Timestamp:
- 20/04/08 16:04:15 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r242 r243 447 447 <tr> 448 448 <td class="header left"></td> 449 <td class="header right">April 15, 2008</td>449 <td class="header right">April 20, 2008</td> 450 450 </tr> 451 451 </table> … … 1155 1155 <p id="rfc.section.9.3.4.p.3">A 303 response to a GET request indicates that the requested resource does not have a representation of its own that can be 1156 1156 transferred by the server over HTTP. The Location URI indicates a resource that is descriptive of the requested resource such 1157 that the follow-on representation may be useful without implying that that it adequately represents the previously requested1158 resource. Note that answers to the questions of what can be represented, what representations are adequate, and what might1159 be a usefuldescription are outside the scope of HTTP and thus entirely determined by the resource owner(s).1157 that the follow-on representation may be useful without implying that it adequately represents the previously requested resource. 1158 Note that answers to the questions of what can be represented, what representations are adequate, and what might be a useful 1159 description are outside the scope of HTTP and thus entirely determined by the resource owner(s). 1160 1160 </p> 1161 1161 <p id="rfc.section.9.3.4.p.4">A 303 response <em class="bcp14">SHOULD NOT</em> be cached unless it is indicated as cacheable by Cache-Control or Expires header fields. Except for responses to a HEAD request, -
draft-ietf-httpbis/latest/p2-semantics.xml
r242 r243 1292 1292 resource that is descriptive of the requested resource such that 1293 1293 the follow-on representation may be useful without implying that 1294 thatit adequately represents the previously requested resource.1294 it adequately represents the previously requested resource. 1295 1295 Note that answers to the questions of what can be represented, what 1296 1296 representations are adequate, and what might be a useful description
Note: See TracChangeset
for help on using the changeset viewer.