marcosbarbero / spring-cloud-zuul-ratelimit

Rate limit auto-configure for Spring Cloud Netflix Zuul
https://blog.marcosbarbero.com/spring-cloud-netflix-zuul-rate-limit/
Apache License 2.0
1.14k stars 389 forks source link

Rate limit policy considering the value of header #539

Closed coderztf closed 1 year ago

coderztf commented 1 year ago

Add a kind of rate limit policy to support matching the value of the specific header.

Although the rate limit policy of http_header has helped me solved my most problems, in some scenarios, the more specific rate limit policy is required to distinguish different value of the same header.