REST API call with client certificate

Hi,

How do I make a REST call which needs a client certificate (crt + key)?
I have it working in Postman, but can't figure out how to do this within AppSheet. 

Help much appreciated!

Solved Solved
0 5 3,757
1 ACCEPTED SOLUTION

I see.  These are connection certificates.  They establish a secure communication channel between two entities, basically a VPN - Virtual Private Network.  Because it's private, it requires its own encryption/decryption keys which are provided by the certificate.

Unfortunately, AppSheet does not support this style of secured communications at this time. 

However, I believe you could implement Google App Scripts to handle this. Your app calls a script, passing the necessary arguments and the script in turn builds the JSON payload and calls the API.

View solution in original post

5 REPLIES 5
Top Labels in this Space