Connected: An Internet Encyclopedia
2.4.2. Parsing the Scheme

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.1. Parsing the Fragment Identifier
Next: 2.4.3. Parsing the Network Location/Login

2.4.2. Parsing the Scheme

2.4.2. Parsing the Scheme

If the parse string contains a colon ":" after the first character and before any characters not allowed as part of a scheme name (i.e., any not an alphanumeric, plus "+", period ".", or hyphen "-"), the <scheme> of the URL is the substring of characters up to but not including the first colon. These characters and the colon are then removed from the parse string before continuing.


Next: 2.4.3. Parsing the Network Location/Login

Connected: An Internet Encyclopedia
2.4.2. Parsing the Scheme