You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently with some version in UniFi Network 9 or higher, it became possible to call the proxy api locally without having to handle a CSRF Token or Cookie Jar. I started looking into it today and a lot of the documentation didn't mention this but their api now supports the X-API-Key header.
Hey guys,
Apparently with some version in UniFi Network 9 or higher, it became possible to call the proxy api locally without having to handle a CSRF Token or Cookie Jar. I started looking into it today and a lot of the documentation didn't mention this but their api now supports the
X-API-Key
header.I started some testing and implemented it into my project for automating UniFi DNS Records in Kubernetes: kashalls/external-dns-unifi-webhook#85
Figured I would bring it up since I used some of the login logic from this project. Happy Holidays!
The text was updated successfully, but these errors were encountered: