Skip to content

Use a SELECT query instead of /ping endpoint in the Client.ping method #440

@slvrtrn

Description

@slvrtrn

It is more convenient and uniform to just use something like

SELECT 'ping'

instead of sending an HTTP request to the /ping endpoint, as many users also want to validate authentication with this request.

Cons /ping endpoint:

  • does not validate credentials
  • does not implement CORS

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions