Connected: An Internet Encyclopedia
2.4.3. Parsing the Network Location/Login

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1808
Up: 2. Relative URL Syntax
Up: 2.4. Parsing a URL
Prev: 2.4.2. Parsing the Scheme
Next: 2.4.4. Parsing the Query Information

2.4.3. Parsing the Network Location/Login

2.4.3. Parsing the Network Location/Login

If the parse string begins with a double-slash "//", then the substring of characters after the double-slash and up to, but not including, the next slash "/" character is the network location/login (<net_loc>) of the URL. If no trailing slash "/" is present, the entire remaining parse string is assigned to <net_loc>. The double- slash and <net_loc> are removed from the parse string before continuing.


Next: 2.4.4. Parsing the Query Information

Connected: An Internet Encyclopedia
2.4.3. Parsing the Network Location/Login