Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

Access Events / Metadatas from Web inside built-in browser

Answered

Comments

1 comment

  • Andrey Terentyev
    • Network Optix team

    Hello,

    How to access those data via built-in web? (either javascript API or HTTP API)

    At the moment, there is no way to invoke API function directly from a javascript code, because of CORS protection. The possible schema could be the following.

    1. The Client application opens a web page from your web server.

    2. The code from the page sends requests to your web server.

    3. Your webserver invokes Server API to get data and returns it in the HTTP response to the code in the page.

    0

Please sign in to leave a comment.