Skip to content

Qlever SPARQL Endpoint Compatibility #322

@anjomshoaa

Description

@anjomshoaa

The URL validation method, sends a HEAD request to SPARQL endpoint. However Qlever does not suport HEAD method yet:

ERROR: Request method "HEAD" not supported (only GET and POST are supported; PUT, DELETE, HEAD and PATCH for graph store protocol are not yet supported)

So, maybe this URL validation method should use GET instead.

res_code = requests.head(url, params={"query": query}).status_code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions