Supplies information that can also be provided through HTTP response headers.
Syntax
<HTTP-EQUIV NAME="headerparam" VALUE="text" />
Attributes
Element Information
Number of occurrences Any number Parent elements LOGTARGET Child elements None File formats supported CDF Requires closing tag No
Remarks
In the context of sending files over the HTTP protocol through the LOGTARGET element, it indicates that an HTTP header parameter based on the information in this tag should be added.
Example
The following example shows how to send a compressed log file back to the server.
<LOGTARGET HREF="http://sample.microsoft.com/logging/" METHOD="POST"> <HTTP-EQUIV NAME="encoding-type" VALUE="gzip" /> </LOGTARGET>