Click to return to the Networking, Protocols     
HTTP Protocol     JavaScript Protocol     Predefined Protocols    
Web Workshop  |  Networking, Protocols & Data Formats

HTTPS Protocol


Opens a secure hypertext transfer session with the specified site address.

Syntax

https://sDomain

Possible Values

sDomain Required. Specifies the fully qualified domain name or IP address to the site.

Remarks

The secure hypertext transfer protocol (HTTPS) is a communications protocol designed to transfer encrypted information between computers over the World Wide Web. HTTPS is HTTP using a Secure Socket Layer (SSL). A secure socket layer is an encryption protocol invoked on a Web server that uses HTTPS.

The successful use of the HTTPS protocol requires a secure server to handle the request.

Available as of Microsoft® Internet Explorer 3.0 or later.

Example

Most implementations of the HTTPS protocol involve online purchasing or the exchange of private information. Accessing a secure server oftentimes requires some sort of registration, login, or purchase.

This sample code demonstrates the implementation of the HTTPS protocol to access a secure site.

<A HREF="https://example.microsoft.com">
HTTPS Example Link
</A>



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.