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

[Bug] URLs Incorrectly Converted to Lowercase, Breaking Case-Sensitive Parameters #45

Closed
illgitthat opened this issue Nov 4, 2024 · 0 comments · Fixed by #46
Closed

Comments

@illgitthat
Copy link
Contributor

Description:

URLs are being converted to lowercase, which causes issues with services that have case-sensitive parameters, such as YouTube, TikTok, and various link shorteners.

Steps to Reproduce:

  1. Click on a link with case-sensitive parameters, e.g., https://youtu.be/KdIhq1tb8Co?t=110.
  2. Observe the URL conversion in the logs.

Observed Behavior:

The application log shows:

11/4/2024 2:25:41 PM BrowseRouter: Launching C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe with args " https://youtu.be/kdihq1tb8co?t=110"

The converted URL leads to YouTube displaying the message: "This video isn't available anymore" because the case-sensitive parameter is altered.

Expected Behavior:

The application should preserve the original case of the URL parameters, ensuring that the links direct to the intended content.

I will submit a Pull Request (PR) to address this issue shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant