Dear Community,
we want to use Javascript UI5 appliactions in our landscape (as described here http://scn.sap.com/community/developer-center/front-end/blog/2013/06/29/solving-same-origin-policy-issue-in-different-ways). The application is running on our NW 7.31 Enterprise portal. It should be able to perform XML/HTTP/Ajax requests on other hosts in our landscape.
The problem is that due to the same origin policy, we need a reverse proxy in our landscape. Is it possible to configure the webdispatcher in this way?
f.e. our request is http://portal.domain.net:50000/gwproxy/sap/opu/...
the request should be forwarded to http://anotherhost.domain.net:8000/sap/opu/...
we are using multiple redirect strings which are working without any problem, but they don't have a changing pattern at the end
f.e. http://portal.domain.net to http://portal.domin.net:50000/irj/portal
Is it somehow possible to replace a part (hostname) of the URL without changing the rest of it?
Thanks in advance
Greetings
Marco