nagri
nagri
@martinhsv I tried to do what you suggested in the last comment. ``` SecAction "phase:1,id:100001,nolog,pass,setvar:user.ugmJRkZkjvEz=%{TIME_EPOCH}" SecRule REQUEST_HEADERS:User-Agent "\Qopera\E" "id:100003,phase:1,log,auditlog,setuid:%{tx.ua_hash},setvar:user.ugmJRkZkjvEz=+5" SecRule user:ugmJRkZkjvEz "@gt %{TIME_EPOCH}" "chain,id:100004,phase:1,auditlog,deny,status:429,setenv:RATELIMITED,log,msg:'RATELIMITED User-Agent'" SecRule REQUEST_HEADERS:User-Agent "\Qopera\E" ``` The...
@mtricolici @void-in were you able to figure this out?
@LiXiao-Yu Were you able to solve this? I am facing same issue.