Posts: 21
Threads: 9
Joined: Aug 2018
Reputation:
0
Location: Russia, Perm
We have an IntraWeb (Indy) application serving our clients through browsers. Is there any way to use IntraWeb Server from within this app to access it from mobile apps? For example, to access DBMS data available from the Intraweb server.
Posts: 21
Threads: 9
Joined: Aug 2018
Reputation:
0
Location: Russia, Perm
The same question is about accessing the IntraWeb server from desktop applications. Can it be done?
Posts: 227
Threads: 4
Joined: Mar 2018
Reputation:
22
You can create web services that can be accessed in the background from your app.
See samples showing Custom Content handlers. It is easy to make a custom response to a web inquiry.
Dan
Posts: 2,261
Threads: 196
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
You want a different application (mobile or desktop) to communicate directly with the IntraWeb server via some mechanism other than standard http requests??
Please be more specific