INFRA Signal 203
We’re open-sourcing our privacy proxy CLI
Debugging protocols like OHTTP is notoriously difficult because requests traverse multiple servers and rely on binary HTTP encoding, forcing engineers to manually parse hex strings or build one-off clients. This tool provides a curl-like interface that surfaces each protocol step sequentially, directly reducing incident response time and human error.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
The tool allows engineers to execute a full Oblivious HTTP request in a single command while displaying every step of the protocol in order.
It removes the need to manually parse binary HTTP encodings or write custom clients for specific customer deployments.
Released under the Apache-2.0 license, the CLI is open to contributions and designed to support new privacy protocols and architectures.
THE CLUSTER
↗