This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jjlee
Recipients
Date 2003-05-07.14:21:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=261020

About 301: I tested Mozilla 1.0.0 and Konqueror 3.1.0 
and they both redirect POST to GET without asking 
for confirmation.  Ronald Tschalar tells me he tested 
Mozilla 1.1 and Netscape 4.7, and got the same result. 
So, all is as we had thought there (haven't checked 
IE, though). 
 
Side note: After reading another comment of Ronald's 
(he's the author of the HTTPClient java library), I realise 
that it would be a good idea to have urllib / urllib2 cache 
the results of 301 redirections.  This shouldn't break 
anything, since it's just an internal optimisation from 
one point of view -- but it's also what the RFC says 
SHOULD happen.  I'll file a separate bug. 
 
History
Date User Action Args
2007-08-23 14:01:00adminlinkissue549151 messages
2007-08-23 14:01:00admincreate