When I set \p 8080
I can have calls to http://localhost:8080/
to interact with kdb+.
How can I do it for this url:
http://localhost:8080/somepath
?
The use case if for my app that send HTTP requests to the kdb process to get data from the DB. For react reasons that are out of scope here (see this) I can't use http://localhost:8080/
.