Apis restricted based on user devices ip

The requirement is to restrict end users based on their system IP's. So i tried fetching it from the incoming request headers( request.header.X-Forwarded-For)But it resulted in the front end application IP and not the system IP of the end user.

i am trying this use case in apigee cloud not an on prem @Anil Sagar @ Google @marshg@google.com @Dino-at-Google

0 1 61
1 REPLY 1

I suppose your front-end application needs to propagate the original client IP to Apigee, in order for you to be able to allow Apigee to make a decision based on that client IP.

Have you configured the front-end to propagate this information?