Note that PHP REST example is included with Ignite distribution.
All REST HTTP commands have the following format: http://1.2.3.4:8080/ignite?cmd=CMD&...
, where
'cmd'
is the name of the command followed by other command parameters. Every command may have
different parameters, some of which may be mandatory and some optional. The commands parameters may be
passed either via HTTP GET or POST, whichever one is preferred.