Hello.
Just approaching the HTTPD library, whose simplicity is just great.
I got the example (viewtopic.php?f=11&t=36131) working, with the server stack on a Mac and a browser in another Mac (same LAN).
I must grant, to an external company, the possibility to send to my App a very small array of data (I guees only over a local network).
I cannot use sockets, so I would like to open a web server in my App (HTTPD) and create an URL, with vars to be passed (array or Json), to give to this external company, so that they can start some actions on my App.
While I may mismatch some terminology, it would be sort of an API for my App, available to other compnies that need to send and receive small data to my App.
Can someone give some hint on how to create this URL?
Thanks for any help.
Trevix
Just approaching the HTTPD library, whose simplicity is just great.
I got the example (viewtopic.php?f=11&t=36131) working, with the server stack on a Mac and a browser in another Mac (same LAN).
I must grant, to an external company, the possibility to send to my App a very small array of data (I guees only over a local network).
I cannot use sockets, so I would like to open a web server in my App (HTTPD) and create an URL, with vars to be passed (array or Json), to give to this external company, so that they can start some actions on my App.
While I may mismatch some terminology, it would be sort of an API for my App, available to other compnies that need to send and receive small data to my App.
Can someone give some hint on how to create this URL?
Thanks for any help.
Trevix
Statistics: Posted by trevix — Thu Sep 12, 2024 1:50 pm