Atozed Forums

Full Version: Accessing the IntraWeb Server from Mobile Applications
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
The same question is about accessing the IntraWeb server from desktop applications. Can it be done?
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
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
(09-23-2022, 02:29 AM)Alexandre Machado Wrote: [ -> ]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

Hello Alexandre. I would like to learn how to access the existing Intraweb (Indy) server from desktop/mobile applications using for example the REST API. At the same time, it is necessary that the session mechanism be supported (each of the connected clients worked within its own session). Perhaps you have already implemented the possibility of such connections. If so, can I see a small example?