abundant-france-47554
05/30/2023, 9:23 AM{
"0": {
"id": 4000001,
"text": "The HTTP Request Header included the \"Origin\" key, indicating that this request was made as part of an AJAX request in a Browser. The flow however was initiated as an API request. To prevent potential misuse and mitigate several attack vectors including CSRF, the request has been blocked. Please consult the documentation.",
"type": "error"
}
}
Any way to disable this in the configuration? I couldn't see anything in the documentation.bland-eye-99092
05/30/2023, 9:29 AMDEV_DISABLE_API_FLOW_ENFORCEMENT
env variable to disable the check. This only works, if you also supply the --dev
flag, though.abundant-france-47554
05/30/2023, 9:40 AM