Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.7.1

Otp
When calling a method on a REST resource, make sure to provide always an Accept header. If it is a request with content in the body (like PUT and POST), specify in the Content-Type header how the body is formatted.
This is best practice and so the E2E Bridge will know, which content format has been send and which content format to provide as response. At the moment, the E2E Bridge supports application/json and text/xml content types for responses (Accept header) and requests (Content-Type header).

...