PowHTTP extension that copies a request's TLS fingerprint as a ready-to-use tls-client Go profile.
Requires Rust toolchain.
git clone https://github.com/dxasm/pow-tls.git
cd pow-tls
cargo build --release
Edit extension.json and set the command field to the full path of the built executable.
extension.jsonand the executable must live in the same folder.
Then in PowHTTP: Settings -> Extensions -> Add Extension, and select the pow-tls folder.
Right-click any HTTPS request, Copy TLS Profile (Go), paste into your project.
Warning
Early / experimental - the PowHTTP extensions API is new, things may break.