Hello,
I am currently working on a UI5 desktop application which is based on individual REST queries to a remote external server (on which I have no control I can just send my queries and receive my responses in JSON format). My application works very well with the SimpleProxyServlet locally (to avoid the cross domain issue) but I need to deploy my solution on HANA Cloud. That is why I would like to know if is there a servlet similar to SimpleProxyServlet that Ican use for prod environment or any other solution that would allow me to deploy and to use my application on HANA Cloud. Thank you in advance for your answers.