What is your goal?
Build a custom app
What is the problem & what have you tried?
I made a custom app. The universal Make Any API Call module works fine. However, any other modules using other action type refuses to pass the authentication header configured in the Base module and every call returns “[401] Not Authorized”
Error messages or input/output bundles
Example, a GET endpoint that doesn’t require any header, query parameters, or body has its Communication block configured as:
{
"url": "/current_company",
"method": "GET",
"response": {
"output":
"{{body}}"
}
}
I can’t figure out why these modules will not send the header configured in the Base module.