Re: Missing POST request with WSGI

2011-08-12 Thread Karen Tracey
On Wed, Aug 10, 2011 at 12:45 PM, RoyWilliams wrote: > My problem is that POST data is not being copied into the request > object that my Django code is getting, but the problem only happens > with WSGI. > > When I fill in the web form with a browser, the POST data comes > through correctly: reque

Missing POST request with WSGI

2011-08-10 Thread RoyWilliams
My problem is that POST data is not being copied into the request object that my Django code is getting, but the problem only happens with WSGI. When I fill in the web form with a browser, the POST data comes through correctly: request.method is POST and the QueryDict has my parameters. But when I