How to read data from browsers session storage calling from Angular application?

0
We need to embbed mendix application from angular application and storing some data in browser’s session storage  which is input parameter to call the REST API from mendix. Is there any way we can achieve this?   Thanks Animesh
asked
2 answers
5
  • You can Embed the Mendix App in IFrame to view in the angular application
  • Write a JavaScript function for the onload method in the IFrame HTML tag

Refer the below links

answered
0

Hii , Animesh Upadhyay

this may be tricky but i hope it will work 

firstly call a another API in mendix 

and in this api you write / return same data that you want to get from browser from angular application

after it when you call the rest in mendix use the data that you get by API 

answered