Versions Compared

Key

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

...

2. REST hook should allow POST application/json HTTP requests.
3. REST hook should return exactly the same body as received (mirroring), except restClientConfig configuration.
4. WCS сервер server should be set up to work with REST hook as:

Code Block
languagebash
themeRDark
ssh -p 20002001 admin@localhost
>update app defaultApp -l http://yourhost/rest-hooks defaultApp

REST hook using can be traced in WCS server logs

...

Domain checking. If domain is no not found, the ubnormalResponse() function is called to form negative response 403:

...