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

URL Path should not be encoded #104

Closed
kaklakariada opened this issue Mar 13, 2024 · 0 comments · Fixed by #105
Closed

URL Path should not be encoded #104

kaklakariada opened this issue Mar 13, 2024 · 0 comments · Fixed by #105
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@kaklakariada
Copy link
Collaborator

When using an URLPath for connecting to a websocket (implemented in #102 #103), the driver wrongly URL-encodes the complete path.

Example: when using path /api/v1/internal/accounts/org/databases/db/clusters/cluster/ws?ticket=abc, the driver sends /api/v1/internal/accounts/org/databases/db/clusters/cluster/ws%3Fticket=abc in the request.

@kaklakariada kaklakariada added the bug Unwanted / harmful behavior label Mar 13, 2024
@kaklakariada kaklakariada self-assigned this Mar 13, 2024
kaklakariada added a commit that referenced this issue Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant