cancel
Showing results for 
Search instead for 
Did you mean: 

Publish Web Dynpro ABAP application in public network with secure access

sanjeeb_sahoo
Participant
0 Kudos

Dear Friends,

I have developed a Web Dynpro ABAP application and a link is generated. Its already in public network but it is not secure, means other web dynpro applications are also accessing by this link with removing the existing application and adding the new one at the lase in the URL . I need to restrict this.

For example the link is http://something.COM:8000/sap/bc/webdynpro/sap/zcbch_ordering only this need to be publish network. But after removing zcbch_ordering  for example http://something.COM:8000/sap/bc/webdynpro/sap/zcbch_xyz and adding another web dynpro application, then this also is accessing in public network which should be not.

Best Regards,

Sanjeeb

Accepted Solutions (1)

Accepted Solutions (1)

StefanRoesch
Active Participant
0 Kudos

Hello Sanjeeb,

to publish the WDA Application to the public network you probaly use a "WebDispatcher" or a similar Reverse Proxy. There you can set URL-filters where you can restrict the allowed URLs (probably this is done by the basis/network/firewall guys).

If the URL of an application does not match the filter rules it is not accessible from outside.

I also recommend to use an external alias for your application (created in SICF) - to hide the "/sap/bc/webdynpro"...part of your URL.

And last but not least disable SICF-services which should not be accessible from outside - just to be sure.

hope this helps.

regards,

Stefan.

Answers (1)

Answers (1)

0 Kudos

Hi,

You should select SSL security mode from SICF.

best regard

Laura