https://bz.apache.org/bugzilla/show_bug.cgi?id=54280
--- Comment #7 from Ryan <[email protected]> --- Note that using the AuthFormMethod directive (or the default of http_method) and setting the request method to "GET" does NOT work. If you've got a slash on the end of the URL then you're getting a POST no matter what. So the following form field does not override the request method as I had hoped: <input type="hidden" name="httpd_method" value="GET"/> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
