use of ajax in django
- by tazim
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