httpRequest using client certificates

Hello everyone!

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?

Thanks in advance!

Hello @Elian,

This is currently not supported, you can open a feature request in the Nakama github repository and we’ll consider it.

Best.

Thank you Simon for your answer!

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.

1 Like