cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dispatcher: URL-Filter?

Former Member
0 Kudos

I wonder if the Web Dispatcher has an URL-Filter.

I know there is something called "URL-Filter".

http://help.sap.com/saphelp_nw04/helpdata/de/7a/f2883c18be411ae10000000a114084/content.htm

But I don't want to block "/sap/bc/test.cgi ".

I want to block all incoming request except of a few (or one) specific IPs.

So only one Client is allowed to access the Web Dispatcher.

Is there something like:

deny all
allow xx.xxx.xxx.xxx
allow yy.yyy.yyy.yyy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

According to SAP Note <a href="https://service.sap.com/sap/support/notes/864878">864878</a>, I can filter Requests by Client-IP.