mP1 / walkingkooka-net

Beautiful type safe networking abstractions mostly concentrating on http.
Apache License 2.0
0 stars 1 forks source link

Url normalization Decoding percent-encoded triplets of unreserved characters. #522

Open mP1 opened 1 month ago

mP1 commented 1 month ago

https://en.wikipedia.org/wiki/URI_normalization

Decoding percent-encoded triplets of unreserved characters. Percent-encoded triplets of the URI in the ranges of ALPHA (%41–%5A and %61–%7A), DIGIT (%30–%39), hyphen (%2D), period (%2E), underscore (%5F), or tilde (%7E) do not require percent-encoding and should be decoded to their corresponding unreserved characters.[4] Example: http://example.com/%7Efoohttp://example.com/~foo