Showing Mashups in Ionic 3 Apps
Hallo Everyone,
has anyone made experiences with displaying Thingworx Mashups in an Ionic App?
As far as I know, Ionic offers two ways to display a webpage in the app.
The first one is, loading the webpage in an iframe component. This does not work because Thingworx forbids to pack its content into frames as far as I understand.
The second one is to use the "InAppBrowser" module. I was able to successfully load mashups with this module. But here I am facing a security issue. I am passing the appKey in the url of the mashup (which I would like to avoid because of obvious reasons). Unfortunately it is not possible to send Request Headers with the InAppBrowser module.
Has anyone an Idea how to handle this issue? I am open for different approaches as well. Maybe it is possible to create a link to a mashup that just works once? so that I could request this link with a normal http request and then use it only once?
I am thankfull for any help.
Best Regards,
Dominik

