Integrate Wix with Windows native application.

Hi folks !

Is there any way to login WiX page via Windows native software and fetch particular column entry/data in MS.SQL (using wix-query) ?

Hi! I wanted to do this with a react-native mobile app, but after looking into it it seems you cant:
1 - authenticate a login without your wix-sites front end code,
2 - use exposed api’s to obtain information from databases requiring permissions.

However if what you want to do is just fetch data from your wix site’s dataset’s that dont require permissions for use on a native app, it is doable - atleast my attempt worked.

Hope i helped.

I have been wondering if i could somehow open a page to my site to run functions via electronjs in a new browser, that i could then somehow fetch all the user specific data my app would use from, and physically log them in to my app that way but havnt come up with anything yet.

Im hoping i can find something similar to how you can pass data from an iframe’s html to its front-end element… maybe i can manipulate an iframe externally via a similar method from a browser instance? Will try tomorrow, doubt ill succeed.