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:
- Expand AppExpert > Responder.
- Go to Policies and click Add.
- Configure the Responder policy with expression as: HTTP.REQ.HOSTNAME.EQ("FQDN")
- Configure the Responder Action as Redirect with expression as: "https://" + HTTP.REQ.HOSTNAME + "\r\n" + "Header_Name" + "\r\n".
- 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.
Was this article helpful?
thumb_up
Yes
thumb_down
No