You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/09/25 16:25:47 UTC

[GitHub] [incubator-superset] trsree opened a new issue #11065: CSRF token is missing Error

trsree opened a new issue #11065:
URL: https://github.com/apache/incubator-superset/issues/11065


   While integrating Superset with our webpage , we receive the following error:
   
   Bad Request
   The CSRF session token is missing.
   
   <img width="1661" alt="Screen Shot 2020-09-25 at 12 23 55 PM" src="https://user-images.githubusercontent.com/5104605/94291786-0a9d1f00-ff2a-11ea-8974-3bae6cd04703.png">
   
   
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #11065: CSRF token is missing Error

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #11065:
URL: https://github.com/apache/incubator-superset/issues/11065#issuecomment-699025145


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.93. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai closed issue #11065: CSRF token is missing Error

Posted by GitBox <gi...@apache.org>.
nytai closed issue #11065:
URL: https://github.com/apache/incubator-superset/issues/11065


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] commented on issue #11065: CSRF token is missing Error

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #11065:
URL: https://github.com/apache/incubator-superset/issues/11065#issuecomment-734495153


   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai commented on issue #11065: CSRF token is missing Error

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #11065:
URL: https://github.com/apache/incubator-superset/issues/11065#issuecomment-699045845


   You can disable CSRF protection by setting the config `WTF_CSRF_ENABLED = False`. This will disable all CSRF protection which has security implications. 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] nytai commented on issue #11065: CSRF token is missing Error

Posted by GitBox <gi...@apache.org>.
nytai commented on issue #11065:
URL: https://github.com/apache/incubator-superset/issues/11065#issuecomment-699046655


   Alternatively you can disable CSRF protection on certain routes with this config https://github.com/preset-io/incubator-superset/blob/master/superset/config.py#L173


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] amitNielsen commented on issue #11065: CSRF token is missing Error

Posted by GitBox <gi...@apache.org>.
amitNielsen commented on issue #11065:
URL: https://github.com/apache/incubator-superset/issues/11065#issuecomment-699050791


   If you upgraded lately to 0.37 this might have happen to you
   Try to clean the cookie in Dev tools under application tab in chrome browser


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org