cancel
Showing results for 
Search instead for 
Did you mean: 

ICM Redirection Configuration: icm/HTTP/redirect

former_member37947
Participant
0 Kudos

Hi,

I want the ICM to redirect all the HTTP clients but one to the HTTPS PORT using the FOR parameter of the property icm/HTTP/redirect.

This is the host I do not want redirected:

ismmzss4:44302

How can I make such a rule in the ICM Profile?

This is my actual rule:

The problem with this one, is that it redirects every client, I want to avoid redirecting the client ismmzss4:44302.

Thanks in advance.

View Entire Topic
isaias_freitas
Advisor
Advisor

Hello,

You cannot achieve your requirement using the parameter icm/HTTP/redirect.

You will have to use the modification handler (parameter icm/HTTP/mod), and use IF statements on your modification rule file to test the client IP addresses, performing the redirect only at the desired situations.

Regards,

Isaías