Documentation for Axxon Next 4.4.6. Documentation for other versions of Axxon Next is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

HTTP server NGP responds to method calls in the form of JSON.

Note

Configuring the web server.

By default the Web-server port is 80, prefix is / (empty).

Note

GET is not in use when request opening in the browser.

Authorization is needed for requests. Supported authorization type is basic.

Authorization is required in each HTTP request as follows:

http://[username]:[password]@[IP-address]:[port]/[prefix]

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.

  • No labels