dosubot[bot] commented on issue #33035: URL: https://github.com/apache/superset/issues/33035#issuecomment-2786212598
<!-- Answer --> There are a few similar discussions related to CSRF token issues in Apache Superset: 1. [Can't authenticate to get guest_token](https://github.com/apache/superset/discussions/32233) - This discussion is still open and might provide some insights into your issue. 2. [[QA][superset & keycloak] flask_wtf.csrf.CSRFError: 400 Bad Request: The CSRF token is missing.](https://github.com/apache/superset/discussions/28250) - This is another open discussion that deals with CSRF token errors. 3. [Apache Superset Embedded Not Working (Forbidden)](https://github.com/apache/superset/discussions/23044) - This discussion is also open and might be relevant to your problem. Additionally, a closed issue suggested that when obtaining the CSRF token, you should ensure that the Set-Cookie header is used alongside the token. This means you need to use the same cookie when requesting the guest token. If you're using a client to make requests, it might handle cookies automatically. Otherwise, you need to add the cookies manually <sup>[[1]](https://github.com/apache/superset/issues/25201)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/9f7cec54-457a-4958-bd35-4d044ec51e94?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/9f7cec54-457a-4958-bd35-4d044ec51e94?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/9f7cec54-457a-4958-bd35-4d044ec51e94?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/9f7cec54-457a-4958-bd35-4d044ec51e94?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/9f7cec54-457a-4958-bd35-4d044ec51e94?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/9f7cec54-457a-4958-bd35-4d044ec51e94?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/9f7cec54-457a-4958-bd35-4d044ec51e94?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
