Skip to content

Small Issue : efficient URI formation #284

@Shay2Shay

Description

@Shay2Shay

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions