
Signature
Misbah Arefin
https://mcp.support.microsoft.com/profile/MISBAH.AREFIN
http://www.linkedin.com/in/misbaharefin
Yeah we have a load balancer.....i think as u said the request between the
load balancer and the web server is not a secure request.........only the
request object sent between the client and load balancer is https
request........
But is there anyway to find out the scheme of the request between the client
and load balancer............is that data persisted anywhere in the request
between the load balancer and the web server...............
> how is SSL configured for your site? is it configured in IIS or via some load
> balancer or web accelerator?
[quoted text clipped - 23 lines]
> > Thanks
> > Suba
Misbah Arefin - 28 Mar 2008 20:39 GMT
> Yeah we have a load balancer.....i think as u said the request between the
> load balancer and the web server is not a secure request.........only the
[quoted text clipped - 4 lines]
> and load balancer............is that data persisted anywhere in the request
> between the load balancer and the web server...............
most load balancer / web accelerators allow for creating custom server
variables... you can create a server variable and set its value if the
request from client to load balancer is https... you can get this value in
your web app via the Request.ServerVariables collection

Signature
Misbah Arefin
https://mcp.support.microsoft.com/profile/MISBAH.AREFIN
http://www.linkedin.com/in/misbaharefin