How (if possible) do i redirect HTTP traffic to HTTPS on a public IP (DMZ) - it's not possible on the webserver, can it be done on the FW ?
This thread was automatically locked due to age.
'make sure we're using https
if lcase(request.servervariables("HTTPS")) = "off" then
response.redirect("https://www.foo.com/")
end if
'end https check
%>