N
N
Newbie2017-10-31 22:36:30
htaccess
Newbie, 2017-10-31 22:36:30

How to block POST requests?

There are thousands of requests to a site like POST /79EE510B-57D9-8B4F-AD3C-8E5F3EFA8BB3/57C8DFDD-25B6-364E-B7CD-C74CE0328955/from, is it possible to protect against them through .htaccess? Blocking by IP does not help, requests start from other IPs

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cat Anton, 2017-11-01
@27cm

Use LimitException .
Or something with RewriteCond %{REQUEST_METHOD} =POSTand RewriteRulecome up with.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question