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

Status Page

HttpClient Digest authentication VB.Net

Answered

Comments

4 comments

  • Andrey Terentyev
    • Network Optix team

    Hello NURMANSYAH,

    I guess, you're using version 5.0, which would be very helpful to mention in the request.

    In v5 digest authentication is disabled by default. Please, use token/bearer authentication. That would require HTTPS instead of HTTP.

    Pay your attention to allow self-signed certificates to be accepted in your HTTP/HTTPS framework.

    Here are several code examples.

    https://github.com/networkoptix/nx_open_integrations/tree/master/python/examples/authentication

     

     

    0
  • Permanently deleted user

    Andrey Terentyev

    Thank you for your response. We are using version 4.2.

    Do you have any reference that using .NET Application ?

    0
  • Andrey Terentyev
    • Network Optix team

    Hello,

    Thank you for your response. We are using version 4.2.

    By the link above, you can find examples for the digest authorization.

    All the API are based on the HTTP protocol and are independent of the specific framework. At the moment, we don't have code examples for .NET.

    0
  • Andrey Terentyev
    • Network Optix team

    Regarding the code you've provided.

    1. Use HTTPS instead of HTTP

    2. Disable self-signed SSL certificate verification.

    0

Please sign in to leave a comment.