How to Add an HTTP Header to HTTP 302 Redirect Using NetScaler Responder Feature

How to Add an HTTP Header to HTTP 302 Redirect Using NetScaler Responder Feature

book

Article ID: CTX205700

calendar_today

Updated On:

Description

This article describes how to include an HTTP header to HTTP 302 Redirect using NetScaler Responder feature.


Instructions

To include an HTTP header to HTTP 302 Redirect, configure a Responder Redirect policy.

Complete the following steps using NetScaler GUI:

  1. Expand AppExpert > Responder
  2. Go to Policies and click Add.
  3. Configure the Responder policy with expression as: HTTP.REQ.HOSTNAME.EQ("FQDN")
  4. Configure the Responder Action as Redirect with expression as: "https://" + HTTP.REQ.HOSTNAME + "\r\n" + "Header_Name" + "\r\n".
  5. Bind the policy to the load balancing virtual server.

Issue/Introduction

This article describes how to include an HTTP header to HTTP 302 Redirect using NetScaler Responder feature.