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

API: Fix duplicated query parameters in proxied video URLs #4587

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

absidue
Copy link
Contributor

@absidue absidue commented Apr 20, 2024

This pull request fixes that bug that was causing the query parameters to get doubled in the streaming URLs when ?local=true is passed to the /api/v1/videos/{id} API endpoint.

Before: host/path?parameters?parameters
After: host/path?parameters

@absidue absidue requested a review from a team as a code owner April 20, 2024 18:46
@absidue absidue requested review from unixfox and removed request for a team April 20, 2024 18:46
@SamantazFox SamantazFox added the need-testing This feature needs to be deployed and tested to see if it's working, and doesn't break something label Apr 21, 2024
@SamantazFox SamantazFox added ready and removed need-testing This feature needs to be deployed and tested to see if it's working, and doesn't break something labels Jul 17, 2024
@SamantazFox SamantazFox changed the title Fix duplicate query parameters in URLs when local=true for /api/v1/videos/{id} API: Fix duplicated query parameters in proxied video URLs Jul 21, 2024
@SamantazFox SamantazFox merged commit 1ff0775 into iv-org:master Jul 21, 2024
6 of 7 checks passed
@SamantazFox
Copy link
Member

Thanks for fixing that bug :)

@absidue absidue deleted the fix-proxy-url branch July 21, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants