Go to documentation repository
The Web-Server allows you to access Axxon One remotely over the internet (see Working with Axxon One through the Web client, Working with Axxon One Through the Mobile Clients).
Attention
In addition, Axxon One allows you to use Wildcard certificates to work with the Web-Server. Axxon One also supports the following types of certificate validation:
To configure the Web-Server in Axxon One, do the following:
By default, the Web-Server starts automatically together with the Server. If you want to disable the Web-Server, set the value of the Enable parameter to No (1).
In the Port field, enter the port number on which the Web-Server will be located (2).
Specify a path to the certificate file (3).
Attention!
If the Web-Server must use the CORS mechanism, enable the corresponding parameter (4).
Axxon One supports the following:
CORS HTTP-headers for GET and POST requests.
Preflight requests.
Click the Apply button to apply the configured parameters and restart the Web-Server.
The Web-Server is now configured and available over the internet at the following address: http://<IP address of Axxon One Server>:<Port>/<Prefix>. For example, if the Servers IP address is 10.0.11.1, the port is 8000, and the prefix is /asip-api, then the Web-Server can be accessed at the following address: http://10.0.11.1:8000/asip-api.
Attention!
In Linux OS, for the correct operation of the Web-Server, the ngp user must have permissions to open the directory where the private key and certificate files are located, as well as permissions to read the files. To give the permissions, do the following:
chmod 751 /home/certs/
ls -lt /home/
total 8 drwxr-x--x 2 user user 4096 aug 20 14:46 certs drwxr-xr-x 18 user user 4096 aug 20 14:46 user