xibo-linux icon indicating copy to clipboard operation
xibo-linux copied to clipboard

Required Files URL being decoded before making CDN request

Open dasgarner opened this issue 2 years ago • 0 comments

A player wouldn't download the files it required. We discovered that the player is decoding the URL for the files before it makes a request to the CDN.

For example:

Original path: https://xxxx/index.php?dl=https%3A%2F%2Fexample.com%3A443%2Fxmds.php%3Ffile%3D47ab71be9d1740d11a3dfdaaesds41b2%26displayId%3D480%26type%3DM%26itemId%3D35sds8

Actual request: https://xxxx/index.php?dl=https://example.com:443/xmds.php?file=47ab71be9d1740d11a3dfdaaesds541b2&displayId=480&type=M&itemId=35sds8

dasgarner avatar Oct 21 '22 16:10 dasgarner