Everything You Ever Wanted to Know About URLs but were Afraid to Ask
I don’t know if you have tried to parse an URL yet for some sort of application. You might think it’s a relatively trivial excersize in string parsing. However…take a look at this: <scheme>://<username>:<password>@<host>:<port>/<path>;<parameters>?<query>#<fragment> Here is a tutorial on the structure of an URL and all the characters and parameters that go into constructing one. [...]

