SetResponseHeader

Overview

Sets the value of the specified platform or HTTP Response header

Syntax

SetResponseHeader(1, 2)

Function Properties

Ordinal Type Description
1 string Required Name of response header
2 string Required Response header value

Example

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