Skip to content

#198 Implement HEAD endpoint for retrieving LogisticsObject headers

Daniel A. Doeppner requested to merge 192-get-logistics-object-headers into develop

solution for #198 (closed)

  • Create a new HEAD endpoint at the same path as the existing GET endpoint ({id}). e.g. http://localhost:8080/logistics-objects/{id}
  • Ensure the HEAD endpoint requires the same authentication and access control as the GET endpoint.
  • The HEAD endpoint should return the same headers as the GET request
  • Include appropriate unit tests to verify that the endpoint returns correct headers and adheres to security requirements.
  • Ensure that logging is in place to debug the HEAD request similar to the GET request.

Merge request reports