Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required Files URL being decoded before making CDN request #275

Open
dasgarner opened this issue Oct 21, 2022 · 0 comments
Open

Required Files URL being decoded before making CDN request #275

dasgarner opened this issue Oct 21, 2022 · 0 comments
Labels
Milestone

Comments

@dasgarner
Copy link
Member

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 dasgarner added the bug label Oct 21, 2022
@dasgarner dasgarner added this to the 1.8 R8 milestone Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant