How about to post to command stdin? for example ```sh curl -d "hello" "http://www.server.com/command?system.run[echo]" ``` yilds ``` hello ```