Some REST APIs return information in headers rather than in the body of the response. Often this is for paging. For example, Oracle returns current and next page information in headers rather than in the body of the response.
The HTTP utility module in Bridge only shows the body of the response, not headers. So it's completely unusable for any API that returns headers that need to be evaluated.