|
|
|
|
|
by tremon
59 days ago
|
|
Your first example is a valid uri but not a valid http url, because it's missing a host part. Your second example is not a valid uri, as the spec requires that [scheme]:// is followed by a host indicator. Neither has much to do with / normalization, which applies to the path part of a valid uri. |
|
Of course, most software freely ignores RFCs when the end result "seems better".