Go to documentation repository
Documentation for Axxon Next 4.4.6. Documentation for other versions of Axxon Next is available too.
HTTP server NGP responds to method calls in the form of JSON.
Note
By default the Web-server port is 80, prefix is / (empty).
Authorization is needed for requests. Two types of authorization are supported: Basic and Bearer.
With the Basic authorization type, it is necessary to add user data to all HTTP requests in the following form:
http://[username]:[password]@[IP-address]:[port]/[prefix]
With the Bearer authorization type, the token received from the web server is used (see Bearer authorization).
POST requests must have JSON body
The number of active requests and requests in queue is limited.
The 503 error (Search query rejected. Too many requests) returns when there are too many requests.
Overview
Content Tools