Versions Compared

Key

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

...

  • Pattern: api(.*)
  • Check the Ignore case box.
  • Rewrite URL: http://localhost:2880/{R:1} where http://localhost:2880/ is the path to the application server which listens to the 2880 port and {R:1}.
Note

If you previously configured the SSL connection for AppServer, e.g. accessed the service entry point via https://localhost:2880/, it is highly recommended to disable this configuration and rely on the SSL management on IIS. To disable SSL connection for AppServer, go to AppServerX.xml file, locate EnableSSL tag and change its value to false. to apply changes, restart AppServer.

6. Check Append query string check box.

...

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
    }
}