| GAS Configuration Reference / Configuration file elements | |
The HTTP element contains elements defining the communication carried on the HTTP protocol between Web applications and the client.
The HTTP element defines a secure flag for cookies and the HTTP headers for applications and/or services. It therefore can contain APPLICATION and SERVICE elements.
<HTTP>
<SESSION_COOKIE Secure={"TRUE|FALSE"}></SESSION_COOKIE>
<APPLICATION>...</APPLICATION>
<SERVICE>...</SERVICE>
</HTTP>
The HTTP element may contain the following child elements:
<INTERFACE_TO_CONNECTOR>
...
<HTTP>
<SESSION_COOKIE Secure="TRUE"> </SESSION_COOKIE>
<APPLICATION>
<HEADER/>
</APPLICATION>
<SERVICE>
<HEADER/>
</SERVICE>
</HTTP>
</INTERFACE_TO_CONNECTOR>