What is the significance of HTTP ?
50 points ✌✌
spam/irrelevant answers will be deleted on the spot
Answers
Answer:
HTTP is a protocol which allows the fetching of resources, such as HTML documents. It is the foundation of any data exchange on the Web and it is a client-server protocol, which means requests are initiated by the recipient, usually the Web browser.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
The Hypertext Transfer Protocol (HTTP ) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web.
HTTP resources are identified and located on the network by uniform resource locators (URLs) , using the
uniform resource identifier (URI) schemes http and https . URIs and
hyperlinks in Hypertext Markup Language (HTML) documents form inter-linked hypertext documents.
If you do not type http or https in your browser then browser adds the protocol for you.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━