Skip to content

Small Issue : efficient URI formation #284

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

Closed
Shay2Shay opened this issue Mar 26, 2025 · 0 comments · Fixed by #290
Closed

Small Issue : efficient URI formation #284

Shay2Shay opened this issue Mar 26, 2025 · 0 comments · Fixed by #290

Comments

@Shay2Shay
Copy link

Shay2Shay commented Mar 26, 2025

suppose:

base = https://xyz.com/
sql    = /sql/v1/

this setup throws error => https://xyz.com/:443/sql/v1/

base = https://xyz.com

saves the day => https://xyz.com:443/sql/v1/

Looks like '/' is not handled.
But in python counterpart its handled - link

It will be nice if its handled properly

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