Error 403 in REST connector
Hello
On one server, I have a REST service that creates a case. I try using connector to send data from another server to this REST service. But I get the following error: Code: 403 The response data was not recognized as JSON or XML and cannot be saved.

In the REST Service responce content type is selected "application / json" . And when testing in Postman, the responce in json format.

Help solve this problem. Thank you in advance
The problem is resolved. The reason was that the access settings between the servers were incorrectly configured. Thanks for the help