use of ajax in django

Posted by tazim on Stack Overflow See other posts from Stack Overflow or by tazim
Published on 2010-06-10T07:08:48Z Indexed on 2010/06/10 7:12 UTC
Read the original article Hit count: 238

Filed under:
|

Hi, I am new to ajax and django. I have written own XMLHttpRequest call on browser side I will have to manually set the header request.META['HTTP_X_REQUESTED_WITH'] to string XMLHttpRequest . How can I access these headers on browser side

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about django