Skip to content

Commit eb8c252

Browse files
linevdpiparo
authored andcommitted
[http] add note to THttpServer docu
1 parent 152fa87 commit eb8c252

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

net/http/src/THttpServer.cxx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,13 @@ class THttpTimer : public TTimer {
5656
}
5757
};
5858

59-
60-
/** \class THttpServer
59+
/**
60+
\class THttpServer
6161
\ingroup http
62-
63-
Online http server for arbitrary ROOT application
62+
\brief Online http server for arbitrary ROOT application
63+
\note This class provides HTTP access to ROOT objects. The user is entirely responsible for the security of the server.
64+
It is strongly recommended to use the server only within an isolated network
65+
or to enable proper authentication to prevent unauthorized remote access.
6466
6567
Idea of THttpServer - provide remote http access to running
6668
ROOT application and enable HTML/JavaScript user interface.

0 commit comments

Comments
 (0)