I've tried a new (Synology) account, but always get a "Login Failed" error. If I change the local Python code, I find the script
url=f"{self.url}/api/login"
But that URL always returns a 403. With other tools I can POST to url=f"{self.url}/api/auth/login", which returns a valid session.
Am I doing something wrong? Is this a new update for UniFi which isn't supported, yet?
I've tried a new (Synology) account, but always get a "Login Failed" error. If I change the local Python code, I find the script
url=f"{self.url}/api/login"But that URL always returns a 403. With other tools I can POST to
url=f"{self.url}/api/auth/login", which returns a valid session.Am I doing something wrong? Is this a new update for UniFi which isn't supported, yet?