How to send client IP address in the request instead of apigee IP address?

Not applicable

Hi,

I want to acess a restricted target server which will respond, only if we send request from specified IP address.

However, currently requests are being sent from apigee IP address.

Is there any way to send client IP in the api request instead of apigee IP address?

Thanks in Advance!

0 2 1,099
2 REPLIES 2

@Vennila Pauldurai, Not clear why your target filter specific IP address, isn't "host" a better filter ?

This post may help to pass "host" to your target.

Hi @Brendan,

Thanks for the information.

Actually, in my case, target is hosted on internet that will accept request only from my company's RIPE IP ranges.

Since I have created api proxy using apigee edge, source IP being passed is apigee edge's IP rather it should be my company's RIPE IP. Is there any way to achieve this in the request constructed by Apigee using policies?

If yes, can you please help me with the details.

Thanks in Advance!