RemoveResponseHeader

Overview

Removes the specified HTTP Response header

Syntax

RemoveResponseHeader(1)

Function Properties

Ordinal Type Description
1 string Required Response header to remove

Example

<script runat=server>
     Platform.Response.RemoveResponseHeader("headerName");
</script>
Last Updated: Jun 8, 2021