HTTP.decodeURL()

Signature

String decodeURL(String url, String encoding)

Domain

ACTION

Description

Decodes a URL.

Parameters

NameTypeDescription
urlStringThe URL content to decode.
encodingStringThe encoding which will be $1UTF-8$1 if null or empty value specified.

Returns

TypeDescription
StringThe decoded url.