Hi I’m trying to use HA with a fail2ban like solution, but for it to work i need failed login attempts to return something different than 200 maybe 401, is it possible to change the http status code for failed login attempts in HA?
I have found the following:
- HA returns HTTP status code 200 on login with bad credentials · Issue #79284 · home-assistant/core · GitHub
- Return 401 status code with invalid login flow by linkvt · Pull Request #79364 · home-assistant/core · GitHub
But it seems to been have abandoned and locked? Any chance the pr could be reopened and merged?
@balloob Do you have any idea why it never got merged? (did you find a alternative solution?)