-
Notifications
You must be signed in to change notification settings - Fork 5
Undocumented REST API connexion #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
As the login/password are sent without encryption, this is an unsecured way to get authenticated to the server through the API. We recommend not to do so. You would rather authenticate using a token. |
If the web site is in HTTPS, it should be OK. The encryption should be ensure by the security level of the protocol. Moreover, if sending username and password in plain text is a problem, the HTML connection page is also unsecured. It's a simple form without any security part. I don't see any JS script. It sending a value for |
Well, HTTPS should be set everywhere, I completely agree. |
It is possible to connect a client with username/password in the REST API with :
But this method is not in the documentation.
The text was updated successfully, but these errors were encountered: