I am getting a lot of POST requests to my server that look like this.
5.113.41.160 - - [20/Jun/2016:16:05:20 -0400] "POST / HTTP/1.1" 200 9451 "-" "-"
46.52.87.170 - - [20/Jun/2016:16:05:27 -0400] "POST / HTTP/1.1" 200 9507 "-" "-"
125.108.136.161 - - [20/Jun/2016:16:05:27 -0400] "POST / HTTP/1.1" 200 9451 "-" "-"
125.108.136.161 - - [20/Jun/2016:16:05:28 -0400] "POST / HTTP/1.1" 200 9451 "-" "-"
203.87.144.9 - - [20/Jun/2016:16:05:38 -0400] "-" 408 0 "-" "-"
Is this something that I should be concerned about? The requests keep coming from random IPs but they are all to the root path and they are all HTTP POST requests.
Is there a trick that I can do in my htaccess file to reject these requests?