Search found 3 matches

by balinabk
Mon Oct 21, 2024 9:40 am
Forum: HTTPAPI
Topic: Subscription Key in Header
Replies: 4
Views: 31308

Re: Subscription Key in Header

Thanks for the information Scott. We managed to resolve the issue by using additional headers exit point process in HTTPAPI.
by balinabk
Wed Oct 16, 2024 1:38 am
Forum: HTTPAPI
Topic: Subscription Key in Header
Replies: 4
Views: 31308

Re: Subscription Key in Header

Hi Scott,

We need to pass the following values for authorization.

Key name and key value lime api-key: "key value".

If you need any further information, feel free to contact me.
by balinabk
Tue Oct 15, 2024 10:19 am
Forum: HTTPAPI
Topic: Subscription Key in Header
Replies: 4
Views: 31308

Subscription Key in Header

We are trying to pass a json data to an APIM server using HTTPAPI in RPGLE. We tried to provide the subscription key using http_setAuth method but they are asking to send this in header. How to define the subscription key in Header to connect an APIM server using RPGLE? Following is our program. * =...