Siddhartha Kumar
Siddhartha Kumar
You can try a fix around by hitting a get request to http://localhost:8088/login endpoint and sending the csrf_token obtained along with username and password as formData and then get the...
> Still happening in 3.1.1, also blocking usage of embedded dashboards. Unfortunately the workaround above won't work because the embed SDK won't do that for me So superset only returns...
Make a request to http://localhost:8000/login with formdata as csrfToken and username and password. This will set a session in the browser which will then be used to call the /me...
Hit a GET request to /login endpoint. There you'll get the html document containing csrf_token as a hidden input field. extract the csrf_token and save it in a variable. Then...