Reply to Re: how does one send a large string as a POST to another web page?
Posted by ZeldorBlat on 11/18/73 11:43
lawrence k wrote:
> If I've a big string and I want to send it to another web page as a GET
> request, I just use file(). I've done this often.
>
> But what command do I use when I want to send the same string as a POST
> request?