Changeset 2675 for draft-ietf-httpbis/latest/auth48/p4-conditional.unpg.txt
- Timestamp:
- 14/05/14 16:26:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/auth48/p4-conditional.unpg.txt
r2674 r2675 977 977 header fields but that instructs the recipient to ignore the Range 978 978 header field if the validator doesn't match, resulting in transfer of 979 the new selected representation instead of a 412 response. If-Range980 is defined in Section 3.2 of [RFC7233].979 the new selected representation instead of a 412 (Precondition 980 Failed) response. If-Range is defined in Section 3.2 of [RFC7233]. 981 981 982 982 4. Status Code Definitions … … 1041 1041 all received preconditions if its response to the same request 1042 1042 without those conditions would have been a status code other than a 1043 2xx or 412 (Precondition Failed). In other words, redirects and1044 failures take precedence over the evaluation of preconditions in1045 conditional requests.1043 2xx (Successful) or 412 (Precondition Failed). In other words, 1044 redirects and failures take precedence over the evaluation of 1045 preconditions in conditional requests. 1046 1046 1047 1047 A server that is not the origin server for the target resource and
Note: See TracChangeset
for help on using the changeset viewer.