Changeset 1301 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 27/05/11 10:56:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1288 r1301 1770 1770 <iref primary="true" item="Status Codes" subitem="403 Forbidden" x:for-anchor=""/> 1771 1771 <t> 1772 The server understood the request, but is refusing to fulfill it. 1773 Authorization will not help and the request &SHOULD-NOT; be repeated. 1772 The server understood the request, but refuses to authorize it. Providing 1773 different user authentication credentials might be successful, but any 1774 credentials that were provided in the request are insufficient. The request 1775 &SHOULD-NOT; be repeated with the same credentials. 1774 1776 </t> 1775 1777 <t> … … 1778 1780 reason for the refusal in the representation. If the server does not wish to 1779 1781 make this information available to the client, the status code 404 1780 (Not Found) canbe used instead.1782 (Not Found) &MAY; be used instead. 1781 1783 </t> 1782 1784 </section> … … 4121 4123 <section title="Since draft-ietf-httpbis-p2-semantics-14" anchor="changes.since.14"> 4122 4124 <t> 4123 None yet. 4124 </t> 4125 </section> 4126 4125 Closed issues: 4126 <list style="symbols"> 4127 <t> 4128 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/294"/>: 4129 "clarify 403 forbidden" 4130 </t> 4131 </list> 4132 </t> 4133 </section> 4127 4134 </section> 4128 4135
Note: See TracChangeset
for help on using the changeset viewer.