I don't know of an existing standard order. What this proposed set of order:
Send the highest number response code error (413 and not 403). For debug/testing environments, using expanded error messages or concatenated messages might be suitable. Richard -----Original Message----- From: Dan Poirier [mailto:poir...@pobox.com] Sent: Wednesday, November 10, 2010 9:43 AM To: dev@httpd.apache.org Subject: Any standard on picking a response status out of several possible? If multiple response statuses would be valid for a request (e.g. 403, 413), is there any standard on how to pick one? I looked through RFC 2616 but didn't see anything. Or is it just an implementation detail? Thanks, Dan