Dropping query string (?) requests in httpd.conf
Paul Pace <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
Hello!
I am trying to drop query string requests in httpd.conf.
I have tried variations of location and location match (I'm pretty rough
at getting Lua patterns configured) and nothing seems to work.
This does not work:
location "*\?" { block drop }
Any tips much appreciated.
Thank you,
Paul