Skip to main content

HTTP Request

Loading...

This project sends data with an HTTP request to httpbin.org and expects to receive the same data back.

You must run the HTTP request by pressing the MD Button on the TPP2 board.

The request's response is logged to the console.

AppBlocks Editor showing debugging terminal for a received HTTP request on a Tibbo Project System.
MBEDTLS configuration required

TLS support relies on the MBEDTLS library, which is not enabled by default. Before building this project you must enable MBEDTLS in the device settings and configure it (for example, the heap/memory allocated to it) so there is enough room for the TLS handshake. Without this, the secure request will fail to connect. If you are unsure about how to configure it, please contact us.

AppBlocks Editor showing debugging terminal for a received HTTP request on a Tibbo Project System.