How to use Responder policy to exempt few URL's from http to https redirect

book

Article ID: CTX218200

calendar_today

Updated On:

Description

This article will provide instruction how to exempt some URL's so that they do not get redirected from http to https redirect.


Instructions

Scenario:
We currently have a policy on a VServer which does http to https redirect. Need to add exception to this redirect to allow http access for URL pattern /example and /example/*

Steps:
Create a Responder policy with action set to NOOP and expression HTTP.REQ.URL.CONTAINS("/example") as shown below and bind this to vserver.

User-added image
 

Additional Information

https://docs.citrix.com/en-us/netscaler/10-1/ns-appexpert-con-10/ns-responder-wrapper-con/ns-resp-sett-default-act-tsk.html