Skip to content

Update SPARQL HTTP client code to work with HTTPS #2

Description

@gklyne

Currently, the SPARQL endpoint client code assumes HTTP protocol. It ignores HTTPS scheme name in the URI and used HTTP anyway. Clearly, this is not correct behaviour, and can be confusing to boot.

SparqlHttpClient.py currently uses a low-level HTTP connection library that supplies distinct classes for HTTP and HTTPS connections. The documentation (now) recommends use of the higher level "requests" library instead - which I assume would take care of this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions