PDA

View Full Version : What is the difference between a URL and HTTP..?



gunjanjain
07-20-2020, 01:07 AM
Hello friends,

What is the difference between a URL and HTTP..?

jayam
07-20-2020, 01:53 AM
Originally Answered: what is difference between url & http? ... The HTTP stands for Hyper Text Transfer Protocol and the URLS stands for Uniform Resource Locator. The URL is the web address of the particular website while the HTTP is the actual resource locator or a server.

dennis123
07-20-2020, 04:38 AM
Hi Friend,
URL stands for Uniform Resource Locator, and is used to specify addresses on the World Wide Web. A URL is the fundamental network identification for any resource connected to the web (e.g., hypertext pages, images, and sound files). URLs have the following format: protocol://hostname/other_information.

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. Hypertext is structured text that uses logical links (hyperlinks) between nodes containing text.

ritesh3592
07-20-2020, 06:13 AM
The HTTP stands for Hyper Text Transfer Protocol and the URLS stands for Uniform Resource Locator. The URL is the web address of the particular website while the HTTP is the actual resource locator or a server.

dombowkett
07-22-2020, 03:52 AM
Https is added before each URL, without it no-one can access the website.

RH-Calvin
07-23-2020, 08:27 AM
A Uniform Resource Locator, colloquially termed a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifier, although many people use the two terms interchangeably.

itznehamali
07-23-2020, 11:47 AM
URL is the web address of the perticular web page. While 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.

warrantyau
07-24-2020, 01:10 AM
URL is address of the website, https is security of the domain

swaroop97
07-24-2020, 02:40 AM
Originally Answered: what is difference between url & http? ... The HTTP stands for Hyper Text Transfer Protocol and the URLS stands for Uniform Resource Locator. The URL is the web address of the particular website while the HTTP is the actual resource locator or a server.