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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Programming » HTTP web services » SQL Anywhere as an HTTP web server » How to develop web service applications in an HTTP web server » How to access client-supplied HTTP variables and headers

 

How to access 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