Best for
Debugging links, API parameters, query-string values and URL construction.
Helpful tip
Encode individual parameter values when building URLs instead of blindly encoding an entire URL twice.
Limitation
Encoding does not make an unsafe URL trustworthy and does not validate server-side behavior.