cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori launchpad URL rewrite/hide

former_member339060
Participant
0 Kudos

Hi,

We have installed SAP fiori system and web dispatcher. Now we are interested to hide the big URL when fiori is launching. Gone through so many blogs and performed the changes in sapwebdisp.pfl as per the blogs and restarted the web dispatcher.

but no luck.

Can you please give me the detailed steps how can I achieve this.

1. Make short url for Fiori launch

2. Host name can be changed with generic name - like https://devlopment-fiori - if yes kindly give me the clear steps

3. Most of the blogs were worried about once login with short URL they can see complete URL,- is there any way I can avoid this.

Your inputs much appreciated..

Thanks

Pavan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member339060
Participant
0 Kudos

Hi Akhilesh,

No luck. I have given try like below in web dispatcher and took the restart

icm/HTTP/redirect_0 = PREFIX=/,FROM=*,FOR=mywish.com,FROMPROT=HTTPS,TO=/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?,PROT=HTTPS,HOST=FQDNhostname,PORT=httpsportno

Thanks

Pavan

former_member227918
Active Contributor
0 Kudos

not sure, but try this once:

icm/HTTP/redirect_0 = PREFIX=/, FROM=/sap/*,TO=mywish.com,HOST=FQDNhostname, PORT=httpsportno(i.e. 8080)

OR

icm/HTTP/redirect_0 = PREFIX=/, FOR=/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?,TO=mywish.com,HOST=FQDNhostname, PORT=httpsportno(i.e. 8080)

Regards,

Akhilesh

former_member227918
Active Contributor
0 Kudos

Hi Pavan,

you can check this once

Change fiori launchpad URL - Tareq Assaf

Regards,

Akhilesh

0 Kudos

Thanks Akilesh but we are looking from web dispatcher point of view


now when we use https://webdisphsot:port/ui..... big url now we want to achieve it from dispatcher level the blog says about fiori level


Thanks

Pavan

former_member227918
Active Contributor
0 Kudos

I think icm/HTTP/redirect_<xx> parameter help you, Please check below links, that might be helpful.

rewrite hostname in http request with SAP Web D... | SCN

Change Portal URL - Portal - SCN Wiki

Regards,

Akhilesh