Skip to content

Enabling access to DBs on a subpath #172

@jussme

Description

@jussme

Use Case

I'd like to connect to a database that is accessible on a URL matching this: my.domain.org/influxdb. Currently it seems the database API has to be accessible on the root of the domain.

Expected behavior

I can successfully query the database, and the client library will sent requests to e.g. influxdb/api/v2/write when submitting data.

Actual behavior

The client library queries /api/v2/write without the subpath that the database is accessible on.

Additional info

What is the point of removing the path here

url=f"{scheme}://{hostname}:{port}",

No response

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions