HTP.UrlDecode

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Internet and Network >

HTP.UrlDecode

The HTP.UrlDecode command converts URL-encoded text back to its original form, replacing percent-encoded sequences (like %20) with their actual characters.

Decode percent-encoded URLsHandle special charactersProcess query string parametersCompatible with HTP.UrlEncode

Quick Example

HTP.UrlDecode|Hello%20World%21|decoded

MSGBOX decoded ; Shows: Hello World!

See Also

Command Index