Posts: 3
Threads: 1
Joined: Nov 2024
Reputation:
0
Location: India
We have a requirement to read TCP option header values from TIdTCPServer component on any new TCP client connection to extract the client IP address from the header value (packet 1) originally inserted by the load balancer. How can we read this value from the header on any client connection?
Posts: 3
Threads: 1
Joined: Nov 2024
Reputation:
0
Location: India
11-22-2024, 04:14 AM
(This post was last modified: 11-28-2024, 10:57 AM by rlebeau.)
Thank you Remi for your quick reply. Exactly the first approach we are trying here. If this is not possible, will leave this option. In the second approach, can you give some guidance on how to read this data from TdTCPServer events? In our current scenario, we use Windows LB and want to move to an another LB like Citrix. Your valuable suggestions will be very helpful.