Skip to content

Server URL should be robust to trailing slashes #9

Description

@ashiklom

This should work, whether or not there is a trailing slash:

IP <- "http://localhost:8000/"
server <- connect(IP, username = "carya", password = "illinois")
ping(server)
# Sorry! Server not responding.

However, it currently only works if there is not a trailing slash (i.e., http://localhost:8000).

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