Server variables when on SSL

Discussion in 'Windows / IIS' started by blueprintpm, Oct 22, 2010.

  1. What is the format of Request.ServerVariables("HTTP_HOST") that is returned when the site has SSL?
    Thanks!
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    it should return the same Hostname (just as if you are calling from HTTP)
     

Share This Page