By tag: HTTPS
0
kicks
Redirecting an HTTP Request to HTTPS in IIS 7.0
Redirecting an HTTP connection to HTTPS is a very common requirement for applications that use SSL channel. A common example is Outlook Web Access (OWA). With Internet Information Services 7.0, we have a new configuration system and a new user interface. Here are the steps that you will need to auto...
0
kicks
Redirect all HTTP requests to HTTPS with ISAPI Rewrite
To redirect all HTTP requests to HTTPS with ISAPI Rewrite you can use the following rewriting rules in your httpd.ini file ...
0
kicks
Exchange data securly with a WebService without HTTPS/SSL
In this article shows you how to exchange data securely with a Web Service without HTTPS/SSL. It also provides real life example on the implementation and limitation on the important encryption types as well as Digital Signature that are available in .NET Framework.