cancel
Showing results for 
Search instead for 
Did you mean: 

web dispatcher URL redirect

Former Member

Hi ,

We have web dispatcher which is used for accessing portal and fiori using public url as below .

https://fiori.xyzcorp.com

https://portal.xyzcorp.com

But when they're trying to access via internet portal url goes to https://portal.xyzcorp.com/startPage by default it should route to irj/portal

Same for Fiori also I'm using the  ICM redirect parameter still can't access

icm/HTTP/redirect_0 = PREFIX=/, FOR=portal.xyzcorp.com:*, TO=/irj/portal,

icm/HTTP/redirect_1 = PREFIX=/, FOR=Fiori.xyzcorp.com:*, TO=/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=800&sap-language=EN,

Could you please share you thoughts?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hello

In order to redirect https://portal.xyzcorp.com to https://portal.xyzcorp.com/irj/portal, you need to set:

icm/HTTP/redirect_0 = PREFIX=/, FROMPORT=https, FOR=portal.xyzcorp.com, TO=/irj/portal, PROT=https, HOST=portal.xyzcorp.com

I hope this will help you.

Regards,

Tapan

Former Member
0 Kudos

Hi Tapan ,


It's working as mentioned thank you !!

Answers (1)

Answers (1)

AtulKumarJain
Active Contributor
0 Kudos

Hi Krishna,

Please go through below doc

icm/HTTP/redirect_<xx> (SAP Library - SAP Web Dispatcher)

BR

Atul