I Am trying to get the real IP of the client. since we are having multiple load balancing sever i count get the real IP address. in .net core 2.2 c#?
This is my application flow
Client => Load balancing server => API server => some Internal API server (IP needed here).
I want to get the IP address which is passed by client. Is it possible to get my client IP address even if I have multiple API server call? or if I got all server IP address, then I can get my client IP address by top 1'st record.
Note: The duplicated answers didn't help me.