Add custom header in Adobe IO call | Community
Skip to main content
December 9, 2020
Question

Add custom header in Adobe IO call

  • December 9, 2020
  • 1 reply
  • 1929 views

Hi Team,

 

My requirement is to set a custom header in the request which Adobe IO makes to the 3rd party API. It is a GET request. Can anyone suggest how can i achieve this. This is Adobe provided code-base, so i am not able to find where is the actual request getting triggered in Adobe IO.

 

Regards,

Saleem

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adobe Employee
December 9, 2020

Hi @saleemr22640314 - is your question specifically about writing an Adobe I/O Runtime action making GET requests to 3rd party API? The action is written in node.js, and you could leverage any HTTP request library such as node-fetch.

If you ask about other Adobe I/O services, please post this to the respective forum so that those teams will provide more specific support.

December 11, 2020
This question is specifically about Adobe I/O Runtime. GET request call to 3rd party API is already there and it is working, we only need to pass a custom header with that call.