Delphi, ROSDK version 9.7.0.1443
I set TROlpSuperHTTPServer.ServeRodl = False
, BUT http://localhost:8099/bin will STILL spit out the interface documentation.
By looking at the source code of uROBaseSuperHttpServer.pas, line 1528 - 1547, I noticed there is a bug.
Originally, line 1528-1547 reads:
It should be really fixed as follows: