Filter POST and PUT requests, but keep GET available
It is needed to block PUT and POST requests from specific country, but keep GET available. For example, I do not want China to send POST and PUT to my server, but they are free to send GET in order to receive website's content.
4
votes
Konstantin
shared this idea
This feature request did not become popular over many years. We must decline it. It is also very specific and maybe directed in fighting malicious traffic? Instead, we suggest using https://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html to filter requests. We're also working on GeoIP protection which will cover most use cases.
-- PD