cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate UI5 Application with BSP

gauravbajaj
Explorer
0 Kudos

I am navigating from a BSP application to a UI5 application and want to pass some parameters from BSP Application to UI5 Application.

I tried to pass the parameters through URL (get method) and read it in UI5 application however this is insecure since the parameter being passed are visible in url and this be could changed in the url to get some unauthorized data.

I read some available help and found through Push Channel we can pass the data from BSP to UI5 however we are on 7.31 and this is not available in our system.

I also tried to create an attribute in BSP application to hold the value and then access that variable in UI5 application .htm page but this is not working.

Does any one knows a way how to read Post parameters in UI5 application.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

>>Does any one knows a way how to read Post parameters in UI5 application.

it is not possible, POST is for server, not client. you can try to use server side cookie for passing params