cancel
Showing results for 
Search instead for 
Did you mean: 

Webdispatcher - URL Filter (Multiple Systems)

Private_Member_19084
Active Contributor
0 Kudos

Hi experts,

with the parameter wdisp/permission_table = <ptabfile> I can define a file which includes a list of URLs.

But I think this is just in general, right?

What I mean is, that we use the webdispatcher for more sytems, depending on the modificatino filter file.

So how can I make permission tables depending on the target system?

Kind regards

Accepted Solutions (1)

Accepted Solutions (1)

Private_Member_19084
Active Contributor
0 Kudos

He guys, I have to open that thread again, as with the permission file it is not possible to restrict the access for differen systems.

The server-field in the permission file can only include the IP of the WDP

(thats the answer of SAP-Ticket and also my experience now).

So how can I restrict the access of URLs on different system?

Kind regards

Private_Member_19084
Active Contributor
0 Kudos

Hello experts,

does nobody have any further idea on this?


Thank you for every comment in advance.

Kind regards

Private_Member_19084
Active Contributor
0 Kudos

So I think I have the solution.

I do it with the modification file.

if %{HTTP_HOST} regimatch <aliase>* [and]

if %{PATH} regimatch "^/sap/bc/nwbc/nwbc_launch"

SetHeader x-sap-webdisp-target-sid <SID> [break]

So with the check on PATH I can controll, which service is allowed and which not.

Thx to everybody.

Answers (2)

Answers (2)

Sriram2009
Active Contributor
0 Kudos
Former Member
0 Kudos

You are using a deprecated feature, the correct one is icm/HTTP/auth_<xx>. Still, the problem remains meaning the parameter isn't system specific. The parameter is also used for the configuration of the admin interface, that's probably the reason why it isn't system specific. A workaround for having multiple permission tables could be by using PREFIX, assuming it is applicable to your scenario.

Private_Member_19084
Active Contributor
0 Kudos

Thank you very much, I didn't see this parameter, sounds perfect