* [EMAIL PROTECTED] wrote: > Does your RFC version contain any information about how to ask for these > preconditions? > I used RFC2616 to check but section 10.4.13 doesn contain any link to > other headers which might be used for this purpose.
Headers used for preconditions are If-Match, If-Unmodified-Since and If-None-Match. Additionally the 412 status is used for some DAV operation preconditions. httpd-2.0> grep -r HTTP_PRECONDITION_FAILED * :-) nd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
