What is a uri?



  • URI - Uniform Resource Identifier, this is the formal acronym for what most people refer to as URL - Universal Resource Locator.

    The URI is used to connect to the web server, it is made up of separate components.

    URI: https://www.hp.com/hp-ux

    Breaking it up into its components. The URI is made up of the Scheme, Authority, and Path. The Scheme, in the example is https:// the protocol, the Authority is the web server name www.hp.com, and the Path is the web page /hp-ux

    Scheme Authority Path
    https:// www.hp.com /hp-ux
    Protocol Web Server Web Page


© Lightnetics 2024