Hi,
I have an asp.net website behind a load balancer say application loadbalancer. Between application load balancer and user there is another load balancer which is used in application for security purpose say security load balancer. When a request comes from user it first goes to security load balancer, if request coming from user is HTTPS , secureity load balancer offloads https and send request in http only. Based on header is present i have to again redirect the application to HTTP/HTTPS.
while doing this , my program is stucking into infinite loop.
Kindly suggest me some solution.
Thanks,
Manjay