Back to Aurora Vision Studio website
You are here: Start » Filter Reference » System » HTTP » Http_DecodeURL
| Module: | FoundationLite |
|---|
Converts text from URL friendly text to a string.
| Name | Type | Description | |
|---|---|---|---|
![]() |
inEncoded | String | Percent encoded string. |
![]() |
outDecoded | String | Decoded string. |
Description
Filter decodes an percent-encoded string to the raw text.
More details can be found in Percent-encoding standard.
Examples
String Node%20%3D%201%2B2%2B3 will be decoded to Node = 1+2+3.
Remarks
Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, Aurora Vision Studio Professional version.
See Also
- Http_EncodeURL – Converts string to URL friendly text.

Basic
