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?