I’m writing a matchLoop using Typescript and I wanted to know if it is possible to use httpRequest (Function Reference - Heroic Labs Documentation) with client certificates. I have both crt and key files but I don’t know how to use them together with the httpRequest function in order to perform POST and GET https requests. Is it possible?
Just wanted to leave a note that if you use the Go runtime instead of JS, then you can currently do this as you can use and configure the Go standard library http client.