Re: 'POST' method leads to "411 Length Required"

Bjoern Hoehrmann <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.lwp
Message-ID <[email protected]>
* Aaron Naiman wrote:
>$request = new HTTP::Request 'POST', 'http://www.google.com';
>
>$response = $ua->request($request);

You are using POST but are not posting any data, and apparently the
server ...

>An Error Occurred 411 Length Required

... expects you to post some data when using POST.
-- 
Björn Höhrmann · mailto:[email protected] · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.