HTTP (Dedicated)
The HTTP
defines an element for custom headers in the configuration
files for applications and services.
Syntax
<HTTP>
[
<HEADER Name="header-name">header-value</HEADER>]
[...]
</HTTP>
The HTTP
element must be set as the last element in the
APPLICATION
element.Child elements
The HTTP
element may contain the following child elements:
- Zero or one HEADER (Dedicated) element.
Usage
Use the HTTP
element to define custom HTTP headers for an application or
service. This element is only valid in external application configuration files.
Example
<APPLICATION>
...
<EXECUTION> ... </EXECUTION>
<HTTP>
<HEADER Name="Header_1">Hello</HEADER>
<HEADER Name="Header_2">World</HEADER>
<HEADER Name="Header_3">How</HEADER>
<HEADER Name="Header_4">Are</HEADER>
<HEADER Name="Header_5">You</HEADER>
</HTTP>
</APPLICATION>
Parent elements
This element is a child of APPLICATION (for application) or APPLICATION (for a service)