RemoveHTTPHeader

Description

Removes a header that you have previously added, if you have not used AddHTTPHeader to add a header with the given name then this command does nothing. If the header name is a standard header that is normally included then this command does not remove it, use AddHTTPHeader with an empty string instead to overwrite it. If the header name is a standard header that you have overwritten then this command returns it to its normal value. Note that this command does not work in the HTML5 version.

Definition

RemoveHTTPHeader( iHTTP, headerName )

Parameters