HTTP 403: Difference between revisions
Appearance
Content deleted Content added
m clean up using AWB |
No edit summary |
||
Line 4: | Line 4: | ||
The '''403 Forbidden''' [[Hypertext Transfer Protocol|HTTP]] [[List of HTTP status codes|status code]] indicates that the client was able to communicate with the server, but the server won't let the client access what was requested. |
The '''403 Forbidden''' [[Hypertext Transfer Protocol|HTTP]] [[List of HTTP status codes|status code]] indicates that the client was able to communicate with the server, but the server won't let the client access what was requested. |
||
This response is returned by the [[Apache HTTP Server|Apache]] web server when directory listings have been disabled. Microsoft [[Internet Information Services|IIS]] responds in the same way when directory listings are denied. |
This response is returned by the [[Apache HTTP Server|Apache]] web server when directory listings have been disabled. Microsoft [[Internet Information Services|IIS]] responds in the same way when directory listings are denied. This response may also be returned by the server if the client issued a WebDAV PROPFIND request but did not also issue the required Depth header, or issued a Depth header of infinity<ref name="RFC_4918">{{cite web |
||
| url = http://www.webdav.org/specs/rfc4918.html#rfc.section.9.1.1 |
|||
| title = HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) |
|||
| date = June 2007 |
|||
| publisher = [[IETF]] |
|||
| accessdate = November 10, 2009 |
|||
}}</ref>. |
|||
'''403 Substatus Error Codes for IIS''' |
'''403 Substatus Error Codes for IIS''' |
||
Line 30: | Line 36: | ||
*[[Rewrite engine]] |
*[[Rewrite engine]] |
||
*[[.htaccess]] |
*[[.htaccess]] |
||
==References== |
|||
{{reflist|2}} |
|||
{{DEFAULTSORT:Http 403}} |
{{DEFAULTSORT:Http 403}} |
Revision as of 19:11, 10 November 2009
This article provides insufficient context for those unfamiliar with the subject.(December 2008) |
HTTP |
---|
Request methods |
Header fields |
Response status codes |
Security access control methods |
Security vulnerabilities |
The 403 Forbidden HTTP status code indicates that the client was able to communicate with the server, but the server won't let the client access what was requested.
This response is returned by the Apache web server when directory listings have been disabled. Microsoft IIS responds in the same way when directory listings are denied. This response may also be returned by the server if the client issued a WebDAV PROPFIND request but did not also issue the required Depth header, or issued a Depth header of infinity[1].
403 Substatus Error Codes for IIS
- 403.1 - Execute access forbidden.
- 403.2 - Read access forbidden.
- 403.3 - Write access forbidden.
- 403.4 - SSL required.
- 403.5 - SSL 128 required.
- 403.6 - IP address rejected.
- 403.7 - Client certificate required.
- 403.8 - Site access denied.
- 403.9 - Too many users.
- 403.10 - Invalid configuration.
- 403.11 - Password change.
- 403.12 - Mapper denied access.
- 403.13 - Client certificate revoked.
- 403.14 - Directory listing denied.
- 403.15 - Client Access Licenses exceeded.
- 403.16 - Client certificate is untrusted or invalid.
- 403.17 - Client certificate has expired or is not yet valid.
See also
References
- ^ "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)". IETF. June 2007. Retrieved November 10, 2009.