Accessing HTTP variables and headers using web service functions

The HTTP_VARIABLE, NEXT_HTTP_VARIABLE, HTTP_HEADER, NEXT_HTTP_HEADER functions can be used to iterate through the variables and headers supplied by the client.

 Accessing variables using HTTP_VARIABLE and HTTP_NEXT_VARIABLE
 Accessing headers using HTTP_HEADER and NEXT_HTTP_HEADER
 See also