Saturday, 24 August 2013

How can I do an AJAX request with an authenticated user in Django?

How can I do an AJAX request with an authenticated user in Django?

I need to do an HTTP call using AJAX with an already authenticated user
using Django.
Is there any standard simple way to do this? I've read this other question
but uses a different technology.
I'm using HTTP (not HTTPS) and using a third-party app like
django-tastypie for this unique "simple" purpose would be overkill,
wouldn't it?

No comments:

Post a Comment