Why do you need to use /
path? It may conflict with another dispatchers like HTTPApi and OData …
TROJavaScriptHttpDispatcher doesn’t work with /
path correctly.
but you can set this path and manually process it via OnRequest
event.
by other hand, you can process /
path via OnCustomResponseEvent
handler or HTTPServer.
see more at Using OnCustomResponseEvent in a ROSDK Server