Hello, What would be the best way to allow some bots to POST some content to a website. Without crsf_token, the bot will get a 403, and I would prefer not to remove this behavior but rather find a way to make the bot send a token. How could I do that ?
I was thinking of making sure the bot is authorizied to post with some identifiers but I guess there might be a better way to do this using the built-in token system. Any ideas ? Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

