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

fix: decode username and password for socks tunnel #550

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

jirimoravcik
Copy link
Member

This PR decodes URI component for username and password for SOCKS tunnel. This is already done inside the library used for forward SOCKS, so I'm adding it to chain SOCKS as well.

Closes #548

@github-actions github-actions bot added this to the 96th sprint - Platform team milestone Aug 21, 2024
@github-actions github-actions bot added the t-platform Issues with this label are in the ownership of the platform team. label Aug 21, 2024
@github-actions github-actions bot added the tested Temporary label used only programatically for some analytics. label Aug 21, 2024
@jirimoravcik jirimoravcik merged commit b326f95 into master Aug 21, 2024
4 checks passed
@jirimoravcik jirimoravcik deleted the fix/decode-username-password-socks branch August 21, 2024 13:48
@jirimoravcik jirimoravcik added the validated Issues that are resolved and their solutions fulfill the acceptance criteria. label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-platform Issues with this label are in the ownership of the platform team. tested Temporary label used only programatically for some analytics. validated Issues that are resolved and their solutions fulfill the acceptance criteria.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SOCKS Authentication fails for CONNECT if username contains special characters
2 participants