-
Re: Using CA Certificate to execute Anaplan REST API 2.0 from VB .Net (C#)
Hi, I got it working. Let me share some hints: 'Read CRT file content Dim certStringContent As String = {File .crt content} 'Authentication header -> Authorization: CACertificate {your_C…1

