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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -