--- C:\Programs\Python24\Lib\urllib2.py Sun Jul 02 13:17:09 2006 +++ C:\Programs\Python24\Lib\urllib2.py.1 Sun Jul 02 13:20:40 2006 @@ -505,7 +505,8 @@ # from the user (of urllib2, in this case). In practice, # essentially all clients do redirect in this case, so we # do the same. - return Request(newurl, + return Request(newurl, + data=req.data, headers=req.headers, origin_req_host=req.get_origin_req_host(), unverifiable=True)