https://www.ory.sh/ logo
#talk-kratos
Title
# talk-kratos
f

future-ambulance-20226

11/12/2021, 7:34 AM
Hello, i have a problem with logout request:
Copy code
{
  "error": {
    "code": 400,
    "message": "The request was malformed or contained invalid parameters",
    "reason": "CSRF token is missing or invalid.",
    "status": "Bad Request"
  }
}
in the doc (https://www.ory.sh/kratos/docs/reference/api#operation/submitSelfServiceLogoutFlowWithoutBrowser) there is no reference to any csfr token. my body request:
Copy code
{
  "session_token": "jjKViXjgu8OQeo6Zkq8GV3FyHlX2R9mq"
}
👀 1
any guess? @high-optician-2097
2 Views