There is no 'unencoded form' for URLs. That is, URLs have a common
method for encoding octets within certain components, but removing
the encoding doesn't leave you with a URL. (Consider those URLs that
encode "/" as "%2F" to avoid having the / treated as a hierarchical
demarkation, for example.)