for example http://www.wikihow.com/Special:CreatePage
what does the ":" mean between "Special" and "CreatePage"
for example http://www.wikihow.com/Special:CreatePage
what does the ":" mean between "Special" and "CreatePage"
http://mysite/gwturl#user:91/comment
All the characters in the [fragment part][2] (user:45/comments
) are perfectly legal for [RFC 3986][3] URIs.
The relevant parts of the [ABNF][4]:
fragment = *( pchar / "/" / "?" )
pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
pct-encoded = "%" HEXDIG HEXDIG
sub-delims = "!" / "$" / "&" / "'" / "(" / ")"
/ "*" / "+" / "," / ";" / "="