What characters can go into a valid HTTP URL?
Programming and Web Development
Section 5 of RFC 1738 – Uniform Resource Locators specifies the format of an HTTP URL:httpurl = "http://" hostport [ "/" hpath [ "?" search ]][definition of hostport omitted]hpath = hsegment *[ "/" hsegment ]hsegment = *[ uchar | ";" | ":...