Login to follow
REST Troubleshooting Utils

REST Troubleshooting Utils (ODC)

Stable version 0.1.1 (Compatible with ODC)
Uploaded on 07 February 2023 by OutSystems Labs
REST Troubleshooting Utils

REST Troubleshooting Utils (ODC)

Documentation
0.1.1
  1. Install the component. 
  2. Use the Add Public Elements dialog to include the action(s) required for each specific handler where you want to log information: OnBeforeRequest, OnAfterResponse, OnRequestOnResponse.
  3. Place the specific action in the handler of the event you want to use and fill in the parameters (map parameters per name, and don't forget to use the Customized variable to ensure you log the correct information in the request/response).
  4. Publish the application
  5. Configure the debug level Settings of the application to ensure you are logging the required information.

  6. Enjoy ??