I'm looking for software that will monitor all https request coming through our proxy server.
We currently use nginx that proxies to our application servers.
Ideally, the solution will sit between nginx and the application servers.
More importantly, we're looking for the software to be able to whitelist query parameters, stripping any extra parameters from request and ordering parameters so requests can be cache more effectively.
Some other things it'd be nice to do would be to detect and reject sql injection, malicious urls, handle custom block rules, rate limiting POST requests would be nice, etc--http request sanitizer and security tool.