Syatoslav Vlasov

Results 1 comments of Syatoslav Vlasov

> > curl -H "$(cat /tmp/cookie)" localhost:8001/api/users --data-raw '{"what":"user","which":[],"data":{"scope":".","hideDotfiles":true,"username":"testUser","password":"PASSWORD"}}' > > This gives me a 401 unauthorized despite having a cookie that was created from an admin account. Do you...