Changeset 88
- Timestamp:
- 21/12/07 23:38:01 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r78 r88 1104 1104 </t> 1105 1105 <t> 1106 If the 301 status code is received in response to a request other 1107 than GET or HEAD, the user agent &MUST-NOT; automatically redirect the 1106 If the 301 status code is received in response to a request method 1107 that is known to be "safe", as defined in <xref target="safe.methods"/>, 1108 then the request MAY be automatically redirected by the user agent without 1109 confirmation. Otherwise, the user agent &MUST-NOT; automatically redirect the 1108 1110 request unless it can be confirmed by the user, since this might 1109 1111 change the conditions under which the request was issued. … … 1133 1135 </t> 1134 1136 <t> 1135 If the 302 status code is received in response to a request other 1136 than GET or HEAD, the user agent &MUST-NOT; automatically redirect the 1137 If the 302 status code is received in response to a request method 1138 that is known to be "safe", as defined in <xref target="safe.methods"/>, 1139 then the request MAY be automatically redirected by the user agent without 1140 confirmation. Otherwise, the user agent &MUST-NOT; automatically redirect the 1137 1141 request unless it can be confirmed by the user, since this might 1138 1142 change the conditions under which the request was issued. … … 1229 1233 </t> 1230 1234 <t> 1231 If the 307 status code is received in response to a request other 1232 than GET or HEAD, the user agent &MUST-NOT; automatically redirect the 1235 If the 307 status code is received in response to a request method 1236 that is known to be "safe", as defined in <xref target="safe.methods"/>, 1237 then the request MAY be automatically redirected by the user agent without 1238 confirmation. Otherwise, the user agent &MUST-NOT; automatically redirect the 1233 1239 request unless it can be confirmed by the user, since this might 1234 1240 change the conditions under which the request was issued.
Note: See TracChangeset
for help on using the changeset viewer.