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


i need http call using ajax authenticated user using django.

is there standard simple way this? i've read other question uses different technology.

i'm using http (not https) , using third-party app django-tastypie unique "simple" purpose overkill, wouldn't it?

ajax requests no different other kind of request. if user authenticated, ajax request authenticated too: session cookie identifies user sent along ajax request other one.

(that linked question irrelevant because talking authenticating user within request, not using already-authenticated user want.)


Comments

Popular posts from this blog

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -