cancel
Showing results for 
Search instead for 
Did you mean: 

Supressing URL parameter over portal

Former Member
0 Kudos

Hi ,

Am doing an application in web dynpro that dispatching to Web by using WEB Dispatcher.Here i want to Supress the unwanted URL Parameters.

for Example My actual URL looks like this :

http://<companiesdomainname>:8000/sap/bc/webdynpro/sap/zwd_window

i want in this format :

http://<companiesdomainname>:8000

Please help in this issue.

Regards,

vinoth.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you want to shorten the URL, consider creating an SICF External Alias:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/78/9852bdc06b11d4ad310000e83539c3/frameset.htm

However you usually don't go down to root like:

http://<companiesdomainname>:8000

You have at least one node under the root to identify the application:

http://<companiesdomainname>:8000/zwd_window

Former Member
0 Kudos

Hi Thomas,

I created an External Alias . Still am not able to mask the url.

Can u please list the steps to mask the url or any documents if u have..

Thanks,

vinoth

Former Member
0 Kudos

Hi vinoth,

You can also consider using a URL shortener. I created a project for this on Code Exchange. It allows you to make use of various URL shorteners (each with their own advantage) to shorten your URL. It goes a bit further then what you describe but it could be an alternative. You can download the project with ZSAPLINK. More information here: /people/rui.nogueira/blog/2010/11/20/featured-code-exchange-project-urlshortener

Hope this helps!

Cheers, Roel

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>Still am not able to mask the url.

What do you mean it didn't mask the URL? If you created an Alias you now have a new/shorter URL right? Are you wanting to change the hostname as well? What exactly didn't it do that you are still looking for?

Former Member
0 Kudos

Thank you very much. Problem solved.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vinoth,

This looks like URL mapping, I think you must investigate reverse proxy concept.

Best regards,

Chinnu