You can use the base ftp client to do http, and there is a flag for cookies
handling.  What I'm not sure about is how far you'd get trying to do POST
specifically.  Many sites will handle POST or GET so you might try changing
your approach to use GET instead?


On Mon, Jul 28, 2014 at 8:33 PM, sven falempin <sven.falem...@gmail.com>
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
>
> Is there others way ?
>
> Finally (the real question), doing this with a website that require
> cookie auth ?
>
> Have a good week.
>
> --
>
> ---------------------------------------------------------------------------------------------------------------------
> () ascii ribbon campaign - against html e-mail
> /\

Reply via email to