You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: