Wrox Home  
Search P2P Archive for: Go

  Return to Index  

security_asp thread: Detect SSL from ASP


Message #1 by SHUNK Dave <Dave.SHUNK@c...> on Thu, 15 Mar 2001 08:19:06 -0800
Yes:
If Not ucase(Request.ServerVariables("HTTPS")) = "ON" Then
      ' do something like redirect to secure version of page
End If

> -----Original Message-----
> From: SHUNK Dave [mailto:Dave.SHUNK@c...]
> Sent: 15 March 2001 16:19
> To: Security_asp
> Subject: Detect SSL from ASP
> 
> 
> In my asp code can I detect if an SSL connection is being used?
> 
> Dave Shunk
> Senior Programmer and Systems Analyst
>  (xxx)xxx-xxxx
> dave.shunk@c...
> 
> 
> 

  Return to Index