Hi,
I’m trying to access a REST API that specifically requests the use of cert and key as I’d do it with curl:
curl --cert-type pem --cert mycert.pem --key mykey.pem -k https://thiswebsite.com/api/v2/endpoint
and it seems that I can’t do it with the uri module, which can be (and is for me) a big showstopper in the uri general use.
Is this something we can expect to see in a near future ? Or maybe it’s already there and I just didn’t see it (where then, there’s a lack in the documentaiton).
Thanks,
Christian Tardif