oazabir / HackerSpray

Repel hackers with this library by blocking brute force and malicious attempts on sensitive URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use it for my entire app

mwinner313 opened this issue · comments

I need something like this in web.config

  <add name="{*url}" post="false" maxAttempts="10" interval="00:01:00" mode="perkeyorigin" />
  <add name="{*url}" post="true" maxAttempts="10" interval="00:01:00" mode="perkeyorigin" />

to protect any url for my app , is it possible???