i currently struggle with socket.io and csrf protection. I use csurf for CSRF protection. Socket.io POST and GET requests not send csrf tokens. So i actually get a Forbidden Error: Invalid csrf token.
How can i send csrf tokens on socket.io requests?
via chzn
No comments:
Post a Comment