On 29-07-2014 06:58, André Stöbe wrote: > sven falempin wrote: >> Hello, >> >> i got a silly question, how to post data to a server with base tools ? >> >> i could nc $DEST << EOT >> POST /a/b HTTP/1.0 >> [..] >> EOT > You can use the HTTP::Tiny module that comes with Perl in base, see: > > http://search.cpan.org/perldoc?HTTP::Tiny > > It's very easy to use. However, for cookie support you need external > modules. > Since you probably need to install external tools, I suggest you try python with the requests module. It's one of the simplest ways of handling http stuff that I know.
Cheers, -- Giancarlo Razzolini GPG: 4096R/77B981BC [demime 1.01d removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]

