Server to server rate limit

Hi, I wanted to ask about the rate limiting process.

We need to add rate limit rule between 2 servers.
Server1 → Server2

The problem is that the IP will always be the same so we want to add header X-Forwarded-For with the real client IP in all the requests between Server1 to Server2

It supposed to work if we will pass the IP in this header?

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.