Replies: 1 comment 2 replies
-
Basic authentication over HTTPS isn't necessarily insecure, it's mostly a no-go when using HTTP. So if you use HTTPS it's an option, but that will expose the password (or token) to the user (but I guess that's the case anyway if you are going to bake in authentication client-side). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Axis cameras do not support Basic authorization and Digest authorization still invoke login dialog.
Connecting to stream with name and password in URL works without login dialog, but it's not secure.
Is this even possible, or are there any technical details to suppress the login dialog during authorization?
Beta Was this translation helpful? Give feedback.
All reactions