SetResponseHeader

Overview 

Sets the value of the specified platform or HTTP Response header

Syntax 

SetResponseHeader(1, 2)

Function Properties 

OrdinalTypeDescription
1stringRequiredName of response header
2stringRequiredResponse header value

Example 

1<script runat=server>
2     Platform.Response.SetResponseHeader("headerName","headerValue");
3</script>