SDK Spotlight: View full HTTP requests in Pack logs

For many Packs, the main task is sending requests to an API and displaying the response to the user. While the logs in the Pack Maker Tools made it possible to see when requests were being made and if they were successful, taking a look at the raw request or response required some custom logging.

To make it easier to develop and debug Packs we’ve recently added in the ability to see the full request and response for every fetcher request. In the log entry for the request, click the “Show HTTP request details” link at the bottom.

This will open a dialog that contains the full request and response that you can drill into, including the headers, body, etc.

(You’ll notice that some headers are redacted, as are any user credentials.)

We hope this makes Pack building that much easier, and let us know if you have any feedback!

6 Likes