Hello Experts,
We have defined the following ICM redirection rule so that all incoming HTTP traffic would be redirected to HTTPS:
icm/HTTP/redirect_0 = PREFIX=/, FROM=*, FROMPROT=http, PROT=https, HOST=lspal140.pal.sap.corp, PORT=44340
Now, we have a Web Dynpro developed that we could like to use only with HTTP (https://lspal140.pal.sap.corp:44340/sap/bc/webdynpro/sap/zcdr_wd_search)
i.e. we want to use the above Web Dynpro via HTTP and not HTTPS. We also do not want to disturb other WebDynpros (let them continue to get redirected to HTTPS)
Kindly help me to define the icm/HTTP/redirect_<xx> rule.
I tried the below rule but it did not work:
icm/HTTP/redirect_0 = PREFIX=/, FROM=/sap/bc/webdynpro/sap/zcdr_wd_search, FROMPROT=https, PROT=http, HOST=lspal140.pal.sap.corp, PORT=50040
icm/HTTP/redirect_1 = PREFIX=/, FROM=*, FROMPROT=http, PROT=https, HOST=lspal140.pal.sap.corp, PORT=44340
Please assist.
Thanks in advance.
--Srikanth