Hey Everybody, I have 5 hd224 players with the latest firmware , that play media when 1 of 4 gpiobuttons is pressed (per brightsign) configured via simple file networking. I would like to upload the media count every day to my own server. I know how to get to the userVariables.db via the diagnostics webpage on the brightsign but since I can't reach into the network with the players from the internet, I need to upload it. As I understand it this should be possible by uploading the logfile. I have configured the Log Handler URL and I see the POST request coming in. But there is nothing in the request body. no text ,no files, nothing.On the brightsign in the logfiles It tells me upload was successful.
If I use a thirdparty tool (postman, paw ,insomnia ) or form to post data to the handler everything works ok.
Does the upload log handler script need to be on the same subdomain as the presentation files. (so does it need to be relative) . And can I use https?
Right now I serve the presentations from files.myowndomain.com
but the log upload handler lives on logger.myowndomain.com
Again I DO see the post request coming in on the second domain, but the request is empty.
I can't find in the documentation how the brightsign uploads its log file.
I assume it's a multipart-form encoded request with a file.
Can anybody help me figure this out?
kind regards
Patrick