// for example send INFO button command, HTTP "204 no content" // response code GET http://dreamaddr/cgi-bin/rc?358 // send command to prepare osd shot, HTTP response undefined GET http://dreamaddr/cgi-bin/osdshot?display=no // get png picture with actual osd shot, HTTP "200 OK" response code GET http://dreamaddr/root/tmp/osdshot.png
// for example send INFO button command, HTTP "204 no content" // response code GET http://dreamaddr/cgi-bin/rc?358 // send command to prepare osd shot and automaticaly redirect // client to png picture via HTTP "307 temporary redirect" response // code, client should process info in 307 response, with information // to which url do the redirection immediately GET http://dreamaddr/cgi-bin/osdshot GET http://dreamaddr/root/tmp/osdshot.png