Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To verify the version, use ?cmd=ver сommand:  

...

http(s)://your_host_name/virtual_directory/api

...

?cmd=ver

Option B. Direct connection to AppServer service

To verify the version, use ?cmd=ver сommand:  

...

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

Note

Port 2880 is the default port used by AppServer Service.

If you specify a custom port number, use the following link:  

...

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

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

Code Block
{
    "Copyright": "(c) 2000-2021 WebSpellChecker LLC",
    "ProductWebsite": "webspellchecker.com",
    "ProgramVersion": "5.5.x.x x64 master:xxxxxxxx (xxxx) #xx",
    "PackageVersion": "5.5.x.x master:xxxxxxx (xxx) #xx"
}

Option C. Connection to the service via FastCGI, SSRV.cgi component, and web or Java application server for versions 5.5.x - 5.17.x

To verify the version, use ?cmd=ver сommand: 

...

Info

http(s)://your_host_name/virtual_directory/api/?cmd=status

Option A. Direct connection to the AppServer service

...