HTTP Server

Iotellect has an embedded HTTP Server for interaction with third-party systems using HTTP.

A HTTP server is a server that receives HTTP requests from clients, usually web browsers, and issues HTTP responses to them.

Iotellect HTTP Server allows to receive HTTP requests, handle them and send responses. Request handling is implemented by expressions in which default tables provide access to request and response parameters.

Was this page helpful?