cancel
Showing results for 
Search instead for 
Did you mean: 

Reverse proxy rule

Former Member
0 Kudos

hi,

I have confiugure apache 2.2 as reverse proxy which will be interacting with my portal as well as ECC ITS. Everything is working fine but the problem is when user gives the path:

http://<hotst>/sap/bc/its/gui/sap/webgui he able to access logon page of ECC which i want to block.

I want one redirect rule which should block the request which come with request http://<hotst>/sap/bc/its/gui/sap/webgui through reverse proxy. It should allow only when request comes in this format :

http://<hotst>/sap([some cache])/bc/its/gui/sap/webgui. where [some_cache] is automatically generated by SAP.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

User 2 layers of Reverse proxies to resolve the issue