cancel
Showing results for 
Search instead for 
Did you mean: 

How create Web Dispatcher Whitelist with URL /sap(bD1kZSZjPTEwMA==)/bc/....

Former Member
0 Kudos

Hello Guru's,

i config my second Web Dispatcher for application E-Recruiting on WebAS ABAP.

Now i create the Whitelist for the application.

With http logging i could see what the client are requested.

But one URL is not clear.

What is to do with the following URL string?


/sap(bD1kZSZjPTEwMA==)/bc/bsp/sap/hrrcf........

The (bD1kZSZjPTEwMA==) look like a temporary session id.

Is this possible?

P        /sap/bc/bsp/sap/hrrcf

or

P       * /bc/bsp/sap/hrrcf *

SAP Help is not clear.

regards

Chris

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Contrary to Apache as a reverse proxy you don't need too manage the infamous URL mangling with the Web dispatcher.

For BSP applications I just add a line like this for my BSP application zbsp

P /sap/bc/bsp/sap/zbsp/*

and it works.

Regards,

Olivier

Answers (0)