HTTP Functions

HTTP functions facilitate the handling of HTTP requests within Web services.

Note: Ensure your Web services use best coding practices to safeguard against cross-site scripting (XSS) attacks. Open-source resources are available at organizations such as OWASP.
HTTP functions

HTTP function

Parameters

HTML_DECODE

string )

HTML_ENCODE

string )

HTTP_DECODE

string )

HTTP_ENCODE

string )

HTTP_HEADER

header-field-name )

HTTP_VARIABLE

var-name [ [ , instance ], header-field ] )

NEXT_HTTP_HEADER

(header-name)

NEXT_HTTP_VARIABLE

(var-name)