Stories recently tagged with 'HTTPS'

Redirecting an HTTP Request to HTTPS in IIS 7.0(aspalliance.com)

submitted by moldavamoldava(25) 3 years, 7 months ago

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 automatically redirect an HTTP connection to HTTPS read more...

add a comment |category: |Views: 305

tags: another

Redirect all HTTP requests to HTTPS with ISAPI Rewrite(ivanuzunov.net)

submitted by kichetokicheto(435) 4 years, 9 months ago

To redirect all HTTP requests to HTTPS with ISAPI Rewrite you can use the following rewriting rules in your httpd.ini file ... read more...

add a comment |category: |Views: 141

tags: another

Exchange data securly with a WebService without HTTPS/SSL(codeproject.com)

submitted by kazimanzurrashidkazimanzurrashid(3960) 5 years, 1 month ago

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. read more...

1 comment |category: |Views: 63

tags: another