Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » HTTP » Http_EncodeURL

Http_EncodeURL


Module: FoundationBasic

Converts string to URL friendly text.

Name Type Description
Input value inDecoded String String to be encoded.
Output value outEncoded String Percent-encoded string.

Description

Filter converts a raw text to the format which can be used in a GET or POST request. Most of white spaces are converted to percent encoded characters.

More details can be found in Percent-encoding standard.

Examples

String Node = 1+2+3 will be encoded to Node%20%3D%201%2B2%2B3.

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_DecodeURL – Converts text from URL friendly text to a string.