Cockpit icon indicating copy to clipboard operation
Cockpit copied to clipboard

REST API Playground gives only 412 "Precondition failed"

Open bomas13 opened this issue 1 year ago • 4 comments

Using the build-in playground ends for me in any case with a response like:

{
  "error": "Not allowed"
}

and HTTP status code 412 "Precondition failed".

Even for the Lokalize endpoint which is currently usable even w/o any token it's exactly like that.

However, using the generated curl command works just like a charm. Unfortunately, there is no verbose output for debugging - what can I do about this?

bomas13 avatar Nov 07 '24 08:11 bomas13