API-8104
A request cannot use a session and an API key together
Why it happens
The request carried a sign-in session cookie and an API key or access token at the same time, so Rabt could not tell whom it acts for.
What to do
From integrations, send only the API key or access token, without cookies; from the browser, only the session.
- HTTP status
- 400
- Retrying does not help