oops. sorry I gave wrong commands (and the docs need updates). We have recently revamped the auth (for better) to use cookies, try this:Hi Ranjib unauthorized.
![]()
Code:
curl -X POST -d '{"user":"reef-pi","password":"reef-pi"}' -c cookie http://localhost:8080/auth/signin
Code:
curl -b cookie -c cookie http://<reef-pi IP>/api/capabilities
Anyway.. since you are getting unauthorized response, it means reef-pi is running at least (hence responding unauthorized), make sure you are using the right IP in your browser
