L4: local rate limit filter
Http: HTTP local rate limit filter
Envoy provides a reference implementation written in Go which uses a Redis backend.
Envoy supports Lua scripting as part of a dedicated HTTP filter.
Sometimes the upstream server or network may need to know the original IP address of the connection
x-forwarded-for header, Envoy may also use this header to choose the IP address used by the Original Src HTTP Filter.
Envoy supports consuming this information using Proxy Protocol filter, which may be used to recover the downstream remote address for propagation into an x-forwarded-for header.