Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated formatting of version and status responses.

...

Here is an example of a correct version response for WebSpellChecker Server:

Code Block
{
    "COPYRIGHTCopyright": "(c) 2000-2019 WebSpellChecker LLC","PRODUCT WEBSITE
    "ProductWebsite": "webspellchecker.com","PROGRAM VERSION
    "ProgramVersion": "x5.5.x4.x2 x64 master:4fb43001 (1893) #41",
    "PackageVersion": "5.5.4.2 master:xxxxxxx58e1bc7 (xxxx639) #xx#47"
}

Option B. Connection to the Service via FastCGI, SSRV.cgi component, and Web or Java Application Server

...

Code Block
languagetext
titlehttp(s)://your_host_name:2880/?cmd=status
{
    "Spell Check EngineSpellCheckEngine": {
        "active": true
    },
    "Grammar Check EngineGrammarCheckEngine": {
        "active": true
    },
    "Thesaurus EngineThesaurusEngine": {
        "active": true
    }
}

Option B. Connection to the Service via FastCGI, SSRV.cgi component and Web or Java Application Server

...