HTTP-EQUIVHTTP-EQUIV*
*Contents  *Index  *Topic Contents

*Previous Topic: EARLIESTTIME
*Next Topic: INTERVALTIME

HTTP-EQUIV

<HTTP-EQUIV
NAME="headerparam"
VALUE="text"
/>

Supplies information that can also be provided through HTTP response headers. 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.

NAME="headerparam"
Required. Specifies the name of the HTTP header parameter sent with the log file, such as "Encoding-Type."
VALUE="text"
Required. Specifies the value of the corresponding parameter.

Number of allowed occurrences: Any number
Parent elements Child elements
LOGTARGET None

Example

The following example shows how to send a compressed log file back to the server.

<LOGTARGET HREF="http://www.mysite.com/logging/" METHOD="POST">
	<HTTP-EQUIV NAME="encoding-type" VALUE="gzip" /> 
</LOGTARGET>


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.