When reverse proxying a container running duckdb 1.2.0 w httpserver 0.1.15 with a base_path setting such as "/custom/", I noticed that the ping endpoint is absolute and not relative to the base_path.
This would be nice to have (endpoints relative to the base_path) because it would allow placing the service as a complete "subtree" alongside with other services more easily under the same (sub)domain name.