Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove slash after api/
Excerpt

Check the version: https://localhost/wscservice/api/?cmd=ver

Check the status: https://localhost/wscservice/api/?cmd=status

Or in terminal using wget or curl commands.

Since AppServer responds in json, it's better to use curl as wget will suggest downloading a file.

Code Block
languagebash
themeEmacs
/opt/WSC# curl https://localhost/wscservice/api/?cmd=status --insecure

{
    "SpellCheckEngine": {
        "active": true
    },
    "GrammarCheckEngine": {
        "active": true
    },
    "ThesaurusEngine": {
        "active": true
    }
}