How to add api key in Header part in FHIR Request ?
Hi,
how to add x-api-key to FHIR repository header using objectsctipt?
Thanks,
Prasanth
Product version: IRIS 2022.1
$ZV: IRIS for UNIX (Red Hat Enterprise Linux 7 for x86-64) 2022.1 (Build 209U) Tue May 31 2022 12:13:58 EDT [HealthConnect:3.5.0] [HealthConnect:3.5.0]
Discussion (2)1
Comments
deleted
Hi Prasanth,
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U… the documentation given the details how to apply api-key to the FHIR repository.
Set otherHeaders("X-API-Key") = "123"
Do clientObj.SetOtherRequestHeaders(.otherHeaders)