To allow any commands and responses, change json format to just using POST requests to /hosts/{identifier}/commands/CMD_ID
initial post request asks for more commands and gets a response of just command IDs
client pulls each individual command ID which is just text
client posts response to different page /hosts/{identifier}/reponses/CMD_ID
To allow any commands and responses, change json format to just using POST requests to /hosts/{identifier}/commands/CMD_ID
initial post request asks for more commands and gets a response of just command IDs
client pulls each individual command ID which is just text
client posts response to different page /hosts/{identifier}/reponses/CMD_ID