Go to documentation repository
Page History
The web server Web-Server allows accessing Axxon Next remotely over the Internet (see Working with Axxon Next Through the Mobile Clients, Working with Axxon Next Through the Web-Client).
Note | ||
---|---|---|
| ||
On the local computer with the Web server -Server running, ports from the range [9001; 9001 + number of logical cores of the processor] must be open. |
Note | ||
---|---|---|
| ||
The web server recodes Web-Server records incoming non-H.264 videos into MJPEG format, therefore the incoming traffic may increase dramatically. |
To configure the web server Web-Server in the Axxon Next software package:
- Select a Server object.
If you want to disable the web serverWeb-Server, set the value of Enable to No (1).
In the Port field, enter the port number on which the web server Web-Server will be located (2).
- In the URL path field, enter the prefix that is added to the server address (3).
- To connect to a web server Web-Server via the HTTPS protocol, do the following:
Specify a path to the certificate (4).
Note title Attention! Axxon Next supports SSL certificates in PEM format with TLS encryption v1v 1.2 and 1.3 and AES GCM, AES CCM and AES CBC algorithms.
The public key must be in CRT format, the private key must be in KEY format.
- Specify a path to the private key (5).
- Enter a port number to connect to the HTTPS server Server (6);
If you want to enable CORS (Cross Origin Resource Sharing) in the Web server-Server, select the corresponding parameter (7).
The The Axxon Next VMS supports the following:CORS HTTP-headers for GET and POST requests;.
preflight Preflight requests.
Click the Apply button.
The web server Web-Server is now configured and available over the Internet at the following address: http://<IP address of Axxon Next Server>:<Port>/<Prefix>. For example, if the server's Servers IP address is 10.0.11.1, the port is 8000, and the prefix is /asip-api, then the web server Web-Server can be accessed at the following address: http://10.0.11.1:8000/asip-api.