0 comments (0 comments)2 reactions (2 reactions)0 assignees (0 assignees)Python24,845 stars (24,845 stars)4,236 forks (4,236 forks)batch import
BackendFrontendenhancementhelp wanted
- Issue type
- feature
- Research direction
- 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.