sa_http_variable_info system procedure

Returns HTTP variable names and values.

Syntax
sa_http_variable_info( [variable_parm] )
Arguments
  • variable_parm   Use this optional VARCHAR(255) parameter to specify an HTTP variable name.

Result set
Column name Data type Description
Name VARCHAR(255) The HTTP variable name.
Value LONG VARCHAR The HTTP variable value.
Remarks

The sa_http_variable_info system procedure returns variable names and values. If you do not specify the variable name using the optional parameter, the result set contains values for all variables.

This procedure returns a non-empty result set if it is called while processing an HTTP request within a web service.

Permissions

None

Side effects

None

See also