Credential unauthorized

I had to workaround this for my backup workflow. Some /rest endpoints now need a JWT in addition to basic auth. You’ll need to do a single auth request before this, then add a Cookie header in subsequent requests. The JWT expiry seems to be a week, so you should only have to do it once per workflow rather than before each request.

5 Likes