Skip to main content
1-Visitor
November 25, 2019
Solved

Loading Mashups in mobile Applications with Authorization

  • November 25, 2019
  • 1 reply
  • 1081 views

Hello everyone,

 

I am developing a native-react app that should open some Mashups in a Webview. Since Webviews in such frameworks do not allow Popups (for the login necessary), I am looking for a way to open the Mashup in the Webview with Authorization. 

 

The login Credentials are requested from the user beforehand. I already tried to simply open the link of the mashup in the webview and pass the credentials "userid" and "password" in the http header, but I still get the error "401 - not authorized".

 

Has anyone made experiences with opening mashups in webviews and a working authorization process?

 

Any hints would be appreciated very much!

 

Best Regards,

Dominik

Best answer by drieder

Never mind,

adding "x-thingworx-session":"true" to the headers did the trick. 

1 reply

drieder1-VisitorAuthorAnswer
1-Visitor
November 25, 2019

Never mind,

adding "x-thingworx-session":"true" to the headers did the trick.