Link standard web page from a custom web page using THttpServer

Hi guys,
I’m developing a standalone root application with web server implementation (THttpServer).
I’m using a custom html + jsroot web page to interact with the server but I would like to add a link to the standard web page (the one that appear when I don’t use the line serv->SetDefaultPage("../html/mainwindow.htm");) to inspecting all the root objects of my web server.
Is it possible? I tried to link to /jsrootsys/index.htm but it is not the right page, than I tried /jsrootsys/files/online.htm but it doesn’t work because it can’t find some scripts.
Can you help me please.
Thank you

1 Like

Unfortunately not. Once default HTML page is replaced - it is no longer available to THttpServer.
I need to check if I could implement such feature

Thanks for quick reply.
bye

Hi,

Feature implemented now in current ROOT master:
Will be available in next 6.16 release.

Regards,
Sergey

1 Like

Thanks a lot.

You are the best!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.