0 留言 (0 留言)2 反應 (2 反應)0 負責人 (0 負責人)Python24,845 star (24,845 star)4,236 fork (4,236 fork)batch import
BackendFrontendenhancementhelp wanted
- 議題類型
- feature
- 研究方向
- Start by reviewing the AngularJS documentation for $http XSRF protection linked in the issue. Then locate the AngularJS configuration file (commonly app.js or similar) in the Redash frontend codebase to understand how $httpProvider is currently set up. Next, investigate the backend (likely Flask or Django) to see if it already sends an XSRF token cookie and how to read it. Finally, determine the best approach to set the default header for all $http requests. Consult existing similar PRs or comments in the repository for guidance.