cancel
Showing results for 
Search instead for 
Did you mean: 

ICM Redirection Configuration: icm/HTTP/redirect

12-15-2022 11:51 PM
former_member37947 Participant
3101 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

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.

0 Likes

Accepted Solutions (0)

Answers (2)

Answers (2)

Isaias_SAP
Product and Topic Expert
Product and Topic Expert

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

bglobee
Active Participant
0 Likes

Hi,

do you have any differentiating parameter in the calls made by ismmzss4 and rest of the clients?

if all calls are identical, then it will be difficult to work only with redirect parameter. you may have to think of doing a HTTP modification (icm/HTTP/mod_x) to differentiate between the calls.

former_member37947
Participant
0 Likes

Yes,

All the request coming from that host, have the http header:

host = ismmzss4

bglobee
Active Participant
0 Likes

is there a specific path pattern coming from this host?