Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Programming » HTTP web services » Using SQL Anywhere as an HTTP web server » Developing web service applications in an HTTP web server » Accessing client-supplied HTTP variables and headers

 

Accessing HTTP variables and headers using web service functions

The HTTP_VARIABLE, NEXT_HTTP_VARIABLE, HTTP_HEADER, HTTP_NEXT_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