Hyper Text Transfer Protocol Secure (HTTPS)¶
Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP). It is used for secure communication over a computer network, and is widely used on the Internet.
<?php
headers('https://www.exakat.io/');
}
?>
Related : Hyper Text Transfer Protocol (HTTP), Wrapper, Protocol, HTTP Headers