Sample project to use Bearer Authentication on C# application
AnsweredWe used Basic authentication for HTTP communication on C# Application on ver. 4.2.
However Basic authentication is disabled on Ver.5.0.
So we have to use Bearer authentication.
Could you provide us Sample project to use Bearer authentication for HTTP communication of C# Application ?
-
Hello,
Unfortunately, we don't have C# code examples, but you can find several in python in our repo in GitHub.
https://github.com/networkoptix/nx_open_integrations/tree/master/python/examples
-
Hi,
We have the client application code published in our repo on GitHub.
https://github.com/networkoptix/nx_open
Check the remote_connection_factory.cpp file.
Please sign in to leave a comment.
Comments
3 comments