NginxExecute icon indicating copy to clipboard operation
NginxExecute copied to clipboard

post to command stdin

Open RekGRpth opened this issue 6 years ago • 4 comments

How about to post to command stdin? for example

curl -d "hello" "http://www.server.com/command?system.run[echo]"

yilds

hello

RekGRpth avatar May 28 '19 11:05 RekGRpth

Unsupported @RekGRpth

limithit avatar May 28 '19 11:05 limithit

yes, it is a feature request

RekGRpth avatar May 28 '19 11:05 RekGRpth

I will consider it, thank you for your proposal, but I have no energy to develop this feature now.

limithit avatar May 28 '19 12:05 limithit

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.

seebs avatar Aug 08 '19 14:08 seebs