samrg472
samrg472
I get a 403 Access Forbidden.
I can confirm the same behavior during my tests.
Looking at the code provided, the issue is that the limiter is the order is incorrect when testing zones. I have provided an example Caddyfile. I added debug logging to...
If I lower the `window` in `per_header` (i.e. 20 seconds), I get the ordering I expect for the zone tests. In this particular case, I would rather be able to...