Logic Machine Forum
HTTP protocol communication - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10)
+--- Thread: HTTP protocol communication (/showthread.php?tid=1585)



HTTP protocol communication - pentadom - 12.09.2018

Hello,

I need to integrate KNX with Sentilo platform. Sentilo offers an open source API based on REST interfaces.

Representational State Transfer(REST) is a style of architecture that exploits existing technologies and protocols of the World Wide Web (WWW).

The communication from external elements (in this case Logic machine) with Sentilo will be through HTTP protocol (Hypertext Transfer Protocol)

Sentilo API: http://www.sentilo.io/xwiki/bin/view/APIDocs/WebHome


Is it possible to do this integration? and how?

Thanks!


RE: HTTP protocol communication - admin - 12.09.2018

See this thread on how to send HTTP requests with custom headers:
https://forum.logicmachine.net/showthread.php?tid=993