Mock Logger request tab

Mock Logger request  tab will show the following information related to incoming request to mock server:

  1. URL
    This field will show the URL of the logged request with query params but without mock server base URL.
  2. Method
    This field will show the request method of the logged request.
  3. Logged At
    This field will show the timestamp of logged request when the request arrives at mock server.
  4. Request Headers
    Request headers section will display the tab containing the request headers present in the logged request.
  5. Request Body
    This section will show the request body of the logged request if present.

A sample snapshot is shown below: