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 andresriancho
Recipients andresriancho, facundobatista, orsenthil
Date 2007-11-09.15:10:06
SpamBayes Score 0.0048340308
Marked as misclassified No
Message-id <1194621006.93.0.533198052732.issue1401@psf.upfronthosting.co.za>
In-reply-to
Content
As I said in my original bug report, if you don't remove the
content-length header or add the data, you are sending an invalid request:

====START Request=====
GET http://f00/1.php HTTP/1.1
Content-length: 63
Accept-encoding: identity
Accept: */*
User-agent: w3af.sourceforge.net
Host: f00
Content-type: application/x-www-form-urlencoded


==== END REQUEST ===

I opened this bug report because this is a bug, not because i'm a RFC
purist. I I have time, I'll test the urllib2 patch I coded yesterday and
submit it for revision.
History
Date User Action Args
2007-11-09 15:10:07andresrianchosetspambayes_score: 0.00483403 -> 0.0048340308
recipients: + andresriancho, facundobatista, orsenthil
2007-11-09 15:10:07andresrianchosetspambayes_score: 0.00483403 -> 0.00483403
messageid: <1194621006.93.0.533198052732.issue1401@psf.upfronthosting.co.za>
2007-11-09 15:10:06andresriancholinkissue1401 messages
2007-11-09 15:10:06andresrianchocreate