HTTP protocol URL

Source: Internet
Author: User
HTTP (Hypertext Transfer Protocol) is a request-and-response mode-based, stateless, application-level protocol, often based on TCP connection, HTTP1.1 version of a continuous connection mechanism, the vast majority of web development, is built on the HTTP protocol on the Web application. The HTTP URL (a URL is a special type of URI that contains enough information to find a resource) is in the following format: http://host[":" Port][abs_path]http means to locate network resources through the HTTP protocol ; Host represents a legitimate Internet host domain name or IP address; port specifies a port number, and NULL uses the default port 80;abs_path to specify the URI of the requested resource, and if Abs_path is not given in the URL, it must be "/" when it is the request URI. In the form given, usually this work browser automatically helps us finish. For example: input: www.guet.edu.cn browser automatically converted to: http://www.guet.edu.cn/

HTTP protocol URL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.