HTTP-Based Real-Time Message Integration¶
An HTTP protocol-based data transfer channel can be established between a third-party system and EnOS to transfer real-time messages. Through the channel, you can configure the relevant parameters in the third-party system based on EnOS APIs provided in this section.
HTTP Ports¶
Domain |
Port |
Protocol |
Notes |
---|---|---|---|
iot-http-integration-{env} |
443 |
HTTPS |
|
iot-http-integration-{env} |
8080 |
HTTP |
It is recommended to use this when the security requirement is relatively low. |
Where, “{env}” is the domain name of the EnOS environment. For example, if your logged-in EnOS domain is “app-portal-cn5.envisioniot.com”, the domain name will be “iot-http-integration-cn5.envisioniot.com”.
Supported HTTP Versions¶
Hypertext Transfer Protocol — HTTP/1.0
Hypertext Transfer Protocol — HTTP/1.1