vote up 0 vote down star

What would be the easiest way to see if the site is in HTTPS?

I am using c#

flag

1 Answer

vote up 6 vote down check

You can use:

HttpContext.Current.Request.IsSecureConnection
link|flag
perfect thank you – Frank Jun 11 at 16:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.