NginxExecute
NginxExecute copied to clipboard
post to command stdin
How about to post to command stdin? for example
curl -d "hello" "http://www.server.com/command?system.run[echo]"
yilds
hello
Unsupported @RekGRpth
yes, it is a feature request
I will consider it, thank you for your proposal, but I have no energy to develop this feature now.
someone linked me to this, and i just want to point out that echo doesn't do anything with stdin, echo displays its arguments. it would be cat that would do something with stdin.