We have many layers before Kong
server.
How can we use the plugin rate-limiting
to limit requests by every enduser's client IP?
I want the plugin rate-limiting
to read the header X-Forwarded-For
to get the users real IP. But I think it is using $remote_ip
by rate-limiting
.
Any suggestions?