WB_HTTPHeader - additional clauses for HTTP header

Syntax
WB_HTTPHeader=any valid HTTP header value

Syntax example
WB_HTTPHeader=Content-disposition: attachment; filename=report.rtf

Valid inputs
Any text and/or numeric value including WhizBase tags and functions. If you want to send HTTP header that contains more than one line, save the header to file and use $wbinc{} or $wbrinc{} (e.g. WB_HTTPHeader = $wbinc{header.ic})

Default value
none

Description
Content of this variable will be sent to client as part of standard HTTP header together with other values (Status, Content-type, etc.).