Accessing client-supplied HTTP variables and headers

Variables and headers in an HTTP client request can be accessed using one of the following approaches:

  • The web service statement declaration to pass them as host parameters of a stored function and procedure call.

  • Calling the HTTP_VARIABLE, NEXT_HTTP_VARIABLE, HTTP_HEADER, NEXT_HTTP_HEADER functions in a stored function or procedure.

 See also

Accessing HTTP variables using host parameters
Accessing HTTP variables and headers using web service functions