HTTP

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.

Syntax

<HTTP>
<SESSION_COOKIE Secure={"TRUE|FALSE"}></SESSION_COOKIE>
 <APPLICATION>...</APPLICATION>
 <SERVICE>...</SERVICE>
</HTTP>

Child elements

The HTTP element may contain the following child elements:

Example

<INTERFACE_TO_CONNECTOR>
    ...
    <HTTP>
       <SESSION_COOKIE Secure="TRUE"> </SESSION_COOKIE>
      <APPLICATION>
        <HEADER/>
      </APPLICATION>
      <SERVICE>
        <HEADER/>
      </SERVICE>
    </HTTP>
  </INTERFACE_TO_CONNECTOR>

Parent elements

This element is a child of the following element: