#12522: Unable to get request.POST after request.get_raw_post_data
---------------------------+------------------------------------------------
 Reporter:  redbaron       |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.1       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 I need to get raw request body, the only solution I found is
 request.get_raw_post_data, but once I accessed it I am unable to use
 request.POST anymore. From my point of view access to request.POST should
 check if cached body data already exist and if yes try to use it instead
 of reading environ['wsgi.input']

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12522>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to