Detailed Logging of Restful Interfaces

As of 1708 release, more detailed logging of Restful Interfaces (RI) can be enabled. Use this procedure in short troubleshooting sessions, because headers and content may include also sensitive data.

Add the following registry setting under RI application: LogDetails = RequestHeaders,RequestContent,ResponseHeaders,ResponseContent, or one or more of its options:
  • RequestHeaders will log all headers in request.
  • ResponseHeaders will log all headers in response.
  • RequestContent will log the content of POST and PUT requests.
  • ResponseContent will log the created item ID in POST, and the names of returned objects in GET.