We have a load balanced website. It connects to 6 different servers. Is there any way (ping or otherwise) to determine from the client side, which server the load is being passed to by the load balancer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After some research Ive realized that you can get some information like the web server IIS version etc by looking at the HTTP header response. But you cannot tell from the client end which server this response originated from. Long story short, what is behind the load balancer is opaque to the user at the client end.