dosubot[bot] commented on issue #29934: URL: https://github.com/apache/superset/issues/29934#issuecomment-3068374616
<!-- Answer --> I checked the current master and recent releases (including 5.0.0), and the trailing slash inconsistency for `/api/v1/security/csrf_token/` and `/api/v1/security/guest_token/` is still present. Both endpoints are still defined with a trailing slash and only the trailing-slash version is tested and supported—removing it will not work as expected. There’s no evidence in the changelog, code, or recent PRs that this behavior has changed or been resolved for these endpoints [[code reference](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset/security/api.py)][[integration tests](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/tests/integration_tests/security/api_tests.py)]. The original inconsistency remains. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/294c35dd-1eaa-49c8-a1d4-ea2049fde1ab?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/294c35dd-1eaa-49c8-a1d4-ea2049fde1ab?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/294c35dd-1eaa-49c8-a1d4-ea2049fde1ab?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/294c35dd-1eaa-49c8-a1d4-ea2049fde1ab?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/294c35dd-1eaa-49c8-a1d4-ea2049fde1ab?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/294c35dd-1eaa-49c8-a1d4-ea2049fde1ab?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/294c35dd-1eaa-49c8-a1d4-ea2049fde1ab?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/29934) -- 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]
