During #2600, I've noticed that we are not very consistent (or correct?) with which characters we consider safe when quoting/unquoting URLs. Each use of quote should be specific to the part of the URL it's quoting (path, query, auth, etc.). Additionally, we should use the WhatWG URL Standard, instead of previous RFCs.
During #2600, I've noticed that we are not very consistent (or correct?) with which characters we consider safe when quoting/unquoting URLs. Each use of
quoteshould be specific to the part of the URL it's quoting (path, query, auth, etc.). Additionally, we should use the WhatWG URL Standard, instead of previous RFCs.