Someone stopped by this morning and tried to upload a file using MS FrontPage. The server responded properly with 403's and 405. I'd like to test my server to see how it handles other methods outside POST, GET, HEAD, and PUT. Does anyone know where I can find a list of all available methods for an Apache server?
jdMorgan
9:59 pm on Oct 25, 2003 (gmt 0)
BlueSky,
Try these two resources:
Apache documentation [httpd.apache.org] (Not sure if there's a "list" per se, but see <Limit> & <LimitExcept> ) RFC2616 [w3.org] Defines all available HTTP/1.1 request methods.