When I create a new application with Rest API, I want to setup HTTPStreamer properties like these properties in the Application.xml of my application
[HTML]
httpOriginMode
on
String
cupertinoCacheControlPlaylist
max-age=1
String
cupertinoCacheControlMediaChunk
max-age=3600
String
[/HTML]
I try a GET for retrieve informations about an existing application (which already has these properties) and there is no informations about this in the responses of the call.