Versions Compared

Key

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

...

Info

http(s)://your_host_name:port/?cmd=ver

Here is an example of a correct version response for WebSpellChecker Server x.x.x.x on a Linux server:

Code Block
{"COPYRIGHT":"(c) 2000-2019 WebSpellChecker LLC","PRODUCT WEBSITE":"webspellchecker.com","PROGRAM VERSION":"x.x.x x64 master:xxxxxxx (xxxx) #xx"}

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

...

Here is a correct version response for WebSpellChecker Server x.x.x on a Windows server where x.x.x is a current WebSpellChecker version number:

...

Note

The port 2880 is the default port used by AppServer Service.

Here is a correct status response for Spell Check, Grammar, and Thesaurus engines of WebSpellChecker Server:

Code Block
languagetext
{
   "Spell Check Engine": {
       "active": true
   },
   "Grammar Check Engine": {
       "active": true
   },
   "Thesaurus Engine": {
       "active": true
   }
}

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

...