URL Schemes and Scheme-Specific Syntaxes

As explained in the previous sections, URLs use a general syntax that describes the location and method for accessing a TCP/IP resource:

<scheme>://<user>:<password>@<host>:<port>/<urlpath>;<params>?<query>#<fragment>

Each access method, called a scheme, has its own specific URL syntax, including the various pieces of information required by the method to identify a resource. RFC 1738 includes a description of the specific syntaxes used by several popular URL schemes. Others have been defined in subsequent RFCs using the procedure established for URL scheme registration.

Several of the URL schemes use the common Internet pattern shown in Figure 70-1 earlier in the chapter. Other schemes use entirely different ...

Get TCP/IP Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.