Hi,
we are looking for an option in web dispatcher Through that we can hide the re-directed URL completely.
Current behavior
Webdispatcher URL: - http://web.abc.com
After login :- http://web.abc.com/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?
My query is that I want to completely hide the URL even after login also. after login it shows me complete URL ‘http://web.abc.com/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?’
Please advise.
Profile parameter which is set.
#-----------------------------------------------------------------------
# SAP Web Dispatcher Ports
#-----------------------------------------------------------------------
icm/server_port_1 = PROT=HTTP,HOST=webdesp,PORT=80
icm/server_port_0 = PROT=HTTPS,HOST=webdesp,PORT=443,TIMEOUT=180,PROCTIMEOUT=600,VCLIENT=0
icm/HTTP/admin_0 = PREFIX=/sap/admin,DOCROOT=$(DIR_DATA)$(DIR_SEP)icmandir,AUTHFILE=$(icm/authfile),PORT=81$$
icm/HTTP/redirect_0 = PREFIX=/,TO=/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?
icm/HTTP/mod_0=PREFIX=/,FILE=d:/usr/sap/DSP/SYS/profile/mod_sapwebdisp
ms/https_port = 443
icm/traffic_control = NETTIMEOUT=60
mod_sapwebdisp :-
if %{HTTP_HOST} regimatch "web.abc.com*"
RegIRewriteUrl ^/$ /sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?
Regards
Amit Sisodia