cancel
Showing results for 
Search instead for 
Did you mean: 

BSP Application, URL for webreport

Former Member
0 Kudos

Hello all,

I am trying to analyze a BSP application, which is used for Management cockpit, developed using BSP and WAD(webtemplates).

i found, in Tcode SICF, one HTTP service has been created for the BSP application and External alias also created for this HTTP service. This exteranl alias is used in the fallowing url, which executes the Management cockpit in the browser.

http://<Servername>:8080/<HTTP service External alias>(bD1lbiZjPTEwMA==)/default.htm

Now i have one question in the above URL, What is the meaning of "(bD1lbiZjPTEwMA==)" in the above URL...?

Thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

rainer_liebisch
Contributor
0 Kudos

Hi Amie,

the encoded string is the mangled code and contains information about language, client and other parameters you send with the URL. You can decode the mangled code with the program BSP_DECODE_URL. Be aware that you can't switch off this mangled code in the URL.

See also

BSP In-Depth: URL Mangling

/people/brian.mckellar/blog/2003/09/30/bsp-in-depth-url-mangling

Regards,

Rainer

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Amie,

that is the so called URL-Mangling-Code. This is generated by the server and contains different settings:

Logon,Session and theme for the requested BSP Applikation.

Hope i could help you

Thorsten

eddy_declercq
Active Contributor
0 Kudos

Hi,

This is a reference to session/internal data. You can directly link to http://<Servername>:8080/<HTTP service External alias>/default.htm if you need to link to the app.

Eddy