-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Improve write API's authentication failure response #525
Comments
Totally agree and the change should be easy. However, I fear that some apps depend on the way that the "product_jqm2.pl" (jquery mobile?) file works right now. Maybe it would be better to fix authentication in general (user/password in the URI is bad) and "RESTfulness" (see #510) in the new API? A good RESTful option might be to enable |
Time to think about the next version of the api, which exist next to the old version (and supports versions). |
too old |
What
If the users adds the wrong credentials in the write API, the response is a standard HTML-page.
It should respond with a json-file and add the failure as a separate status code.
Code pointers
You can find some code pointers here. If some are missing, feel free to add them yourself in this file, or to ask them.
The text was updated successfully, but these errors were encountered: