Sign Up
Loading...

Debugging external HTTP requests and logging

Asked by Thomas on March 7, 2025

When an external HTTP call fails I only see a generic status error (e.g., {"error":"Request failed with status code 400"}). Is there a way to view the full external response and log the exact request payload for debugging?


Answered by Twidget

External response details are controlled by the external API server — we surface what the server returns. Regarding logging request payloads, Twidget avoids storing full request logs that could contain sensitive data. If you need more debugging detail, let us know which specific response fields or request diagnostics would help and we can consider options to make debugging easier while protecting sensitive information.

Related Questions