Detailed logging of RESTful Interfaces

You can enable a more detailed logging of RESTful Interfaces (RI). Only use this procedure in short troubleshooting sessions because the content may also include 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 but hide secret data, such as authentication details.

    If you need to expose secret data in request headers, also add option ShowSecrets to the registry setting. Use this option with caution.

  • 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.