http Protocol

Opens a hypertext transfer session with the specified site address.

http://sDomain

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

Remarks

The HTTP is a communications protocol designed to transfer hypertext documents between computers over the World Wide Web. It defines what actions web servers and browsers should take in response to various commands.

HTTP is stateless, meaning the connection to the server does not remain open.

Examples

The following sample demonstrates the use of the HTTP protocol.

<a href="https://www.microsoft.com">
The Microsoft Web Site
</a>