Hello, is there a way to centrally add authentication headers to all
HTTP requests made by Campaign Classic? I am able to use the
HttpClientRequest and do something like request.Headers["foo"] = bar but
say for example within the HTML Content of a Delivery Template, I want
to use the Include > URL option, I have no way to access the
HttpClientRequest object in that case.To get the necessary
authentication headers, I need to use an execCommand() to call an
external application, but this isn't ava...