I have a web application hosted on multiple servers some of which are on https. How can I check from code behind if a page is currently in http or https?
|
|
You can refer to the |
||
|
|
|
Alternatively:
|
||
|
|
|
|
Use - HttpContext.Current.Request.IsSecureConnection |
||
|
|
