Thoughts on further site protections
(some of) my extant site protections involve pattern matching on the raw strings that comprise GET and POST data. Traffic from IP addresses deemed suspect get a 418 response rather than any page code being…
(some of) my extant site protections involve pattern matching on the raw strings that comprise GET and POST data. Traffic from IP addresses deemed suspect get a 418 response rather than any page code being…
So recently I decided to finally dig into why I have to convert my sites to static for them not to keel over. Yes, I run them on a very lean server, but it still…