Atozed Forums
Accessing the IntraWeb Server from Mobile Applications - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Accessing the IntraWeb Server from Mobile Applications (/thread-2866.html)



Accessing the IntraWeb Server from Mobile Applications - I.Igor - 09-14-2022

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.


RE: Accessing the IntraWeb Server from Mobile Applications - I.Igor - 09-19-2022

The same question is about accessing the IntraWeb server from desktop applications. Can it be done?


RE: Accessing the IntraWeb Server from Mobile Applications - DanBarclay - 09-19-2022

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


RE: Accessing the IntraWeb Server from Mobile Applications - Alexandre Machado - 09-23-2022

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


RE: Accessing the IntraWeb Server from Mobile Applications - I.Igor - 09-24-2022

(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?