* Matt Lawrence <[EMAIL PROTECTED]> [2008-03-13 10:55]: > Aristotle Pagaltzis wrote: >> So when would 403 happen? F.ex. if access to the resource is >> restricted to certain IP ranges, and you are requesting the >> resource from an IP outside of those. Or in case of Apache, >> you are asking for a URI that’s served from the file system, >> but the web server does not have permission to read that file. >> Or you request a URI with a trailing slash, but the >> corresponding directory has no `index.html` and the server is >> not configured to generate directory listings. > > Is there a particular status code for denying access based on > application-level authentication, or should you just use 200 > for that?
Errm. :-) Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
