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

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -