icme
July 2, 2025, 2:30pm
1
I recently had a discussion that suggested some updates to the HTTP outcalls feature might be coming soon (now higher priority). These include:
A single replica to make an external call without needing to go through consensus, reducing the cost and complexity of making HTTP Outcalls
IPV4 support
What is the current status of where these features sit in the backlog?
3 Likes
+
This is a blocker for me to implement on-chain Telegram/X auto-poster bot without off chain idempotency service.
Also I wonder, if it is possible to pass transform
arg to http_request
that is not exposed in the canister?
for example, here
transform
and
transformRequest
could be encapsulated inside
DashboardParser
(now I have to move it out into canister actor)
icme:
IPV4 support
I think this was silently rolled out last week. @Manu can probably provide a better overview. he also told me that there is a plan to communicate this more broadly with a dedicated forum post.
then, of course, we should make sure to make many folks aware about this great improvement!
1 Like
I guess you already noticed, but the announcement is now also live on the forum
Hello everyone,
We’re thrilled to announce two major extensions for canister HTTPS outcalls that significantly expand the power and flexibility of the Internet Computer. These have been some of the most requested features from the community, and we can’t wait to see what you build with them!
1. Connect to the Entire Web: IPv4 Support is Here!
The wait is over! Canisters can now make HTTPS outcalls to services hosted on both IPv6 and IPv4 addresses.
How it Works
The system is designed…
4 Likes