cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Application in Portal on Device

parameshwari_palle
Participant
0 Kudos

Hi All,

I have integrated SAPUI5 Application in POD and could see no data displayed.When i run it on desktop through Google Chrome, working fine as we disabled the web-security.But how to get the data on mobile.

Our Portal Server is on one domain and the gateway server is on another domains which is leading in CrossOroginPolicy.

How can i display the data on mobile without maintaining both the servers on same domain.

Please help me .

Thanks in Advance,

Parameshwari

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Parameshwari,

You can use a proxy (servlet) on your portal machine which connects to your gateway server. Your SAPUI5 application then gets the data from the portal (same origin) and the portal will get the data from your Gateway server.

Another option would be to put a reverse proxy in front of both servers which does the routing to either the portal (/irj/) or to gateway (/sap/opu)

kind regards,

Ted