schemehostpathqueryfragment
The term “scheme host path” refers to three principal components of a Uniform Resource Identifier (URI) that together form the hierarchical part of a web address. These components are defined by the Internet Engineering Task Force in RFC 3986.
The scheme identifies the protocol or application layer protocol that should be used to access the resource.
The host specifies the location of the resource, usually an Internet domain name or IP address. In
The path indicates the specific location of the resource on the host. It is a slash‐separated string
Together a typical URL such as https://www.example.com/path/to/page is broken into the scheme (https), the host (www.example.com),