Hi
We want to setup SAP Web Dispatcher to hide part of the URL string for ABAP Web Dynpro as detailed below. We don't want users to see the full URL string as they navigate on the web browser.
Eg
Actual URL full string:
http://<fqdn>:<port>/sap/bc/webdynpro/sap/zw123da_summary_app?sap-language=ENetc
URL string that we want users to see on their web browser:
http://<fqdn>:<port>/sap/bc/webdynpro
This is to prevent people from knowing the string and attempting to type it in. Is there a way this can be setup without the need to introduce Apache or MS IIS??
Thanks
Dave