Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #17619, comment 4


Ignore:
Timestamp:
05/31/2011 09:43:12 PM (14 years ago)
Author:
BenChapman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17619, comment 4

    initial v1  
    1 As per RFC2616 if a reason is to be given for denying access then 403 should be used, otherwise 404 should be used. In this case I would say 403 would be the better response code with a reason included for forbidding access.
     1As per [http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html RFC2616] if a reason is to be given for denying access then 403 should be used, otherwise 404 should be used. In this case I would say 403 would be the better response code with a reason included for forbidding access.