Skip to main content

HTTP: POST

The purpose of this dapp is to give developers a minimal dapp that uses the IC's HTTPS outcalls feature to make a POST request.

This demo goes in hand with the developer documentation on HTTPS outcalls.

If you want to start working on your project right away, you might want to try the following commands:

git clone https://github.com/dfinity/examples
cd examples/rust/send_http_post
dfx start --background
dfx deploy