Jump to content
Welcome to our new Citrix community!

Netscaler URL redirection with few test cases


Ravi Chandra

Recommended Posts

These use cases can be achieved using the below config:

add responder action redirect_myspace_site_act redirect https://investpspca.sharepoint.com/sites/Home-PPD

add responder policy redirect_myspace_site_pol HTTP.REQ.URL.PATH.STARTSWITH("/en/MySpace") redirect_myspace_site_act

But this config will also redirect https://zen.xyz.com/en/MySpace/xxxx to https://investpspca.sharepoint.com/sites/Home-PPD If this is not what you are looking for, then responder policy's rule would be:

HTTP.REQ.URL.PATH.EQ("/en/MySpace")

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...