ELM-Python-Client icon indicating copy to clipboard operation
ELM-Python-Client copied to clipboard

Support Basic authentication

Open himi opened this issue 8 months ago • 0 comments

Some servers (actually including jazz.net) use basic authentication and ELM-Python-Client does not support it. This PR makes _login() check www-authenticate header and do basic authentication if it is basic.

himi avatar Apr 22 '25 18:04 himi