Versions Compared

Key

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

...

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

Code Block
languagejs
{"Copyright":"(c) 2000-2021 WebSpellChecker LLC","ProductWebsite":"webspellchecker.com","ProgramVersion":"5.x.x.x x64 master:29de6551 (2806) #371","PackageVersion":"5.x.x.x master:25fe1fc (693) #438"}

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

Code Block
languagejs
{
    "SpellCheckEngine": {
        "active": true
    },
    "GrammarCheckEngine": {
        "active": true
    },
    "ThesaurusEngine": {
        "active": true
    }
}