We’re been using these rate limiting techniques a long time:
But just today noticed, that these apply to connections not to multiplexed h2 connections - as this will allow a run-away-browser to make unlimited amounts of calls to our backend thru h2.
Is it possible?
Does anyone have configurations with rate limiting on h2 protocol?