Re: Request variables are empty in views.py

2011-04-10 Thread Ali E . İMREK
10 Nisan 2011 13:33 tarihinde Ali E.İMREK yazdı: > I'm sending XML data but request.raw_post_data and POST vars are > empty, whats wrong? > > ___views.py___ > def reply(request): >    return HttpResponse("Server raw reply: "+str(request.raw_post_data)) > > > I've copied POST process information fo

Request variables are empty in views.py

2011-04-10 Thread Ali E . İMREK
I'm sending XML data but request.raw_post_data and POST vars are empty, whats wrong? ___views.py___ def reply(request): return HttpResponse("Server raw reply: "+str(request.raw_post_data)) I've copied POST process information form Firebug Net/XHR tab. ___HEADERS___ Hostlocalhost User-Ag