How to remove a RO SDK Server documentation?

If I have a server at localhost:8099, then localhost:8099/doc will show up the documentation.

  1. How can I hide that documentation completely?
  2. How can I remove the footnote line "RemObjects Software, LLC. remobjects.com ", and change to a customized footnote?

Thank you.

Hello

What is your server app platform (ie is it .NET or Delphi)?

It is Delphi

Thank you

Disable ServerRODL server component property.

HTH

It works. Thank you for your help.

WX

1 Like

I found the solution - the footer is inside uROHtmlServerInfo.res - to change the footer message to something different, just edit the resource file and recompile.

Do you have any suggestions to customize or hide the footnote in C#, without changing the ROSDK source files?

It is not customizable, Iā€™m afraid.

The only solution is to intercept the requests to the ā€œ/ā€ path and to serve your own response (f.e. this approach is used by Relativity Server)