IIS not forwarding any headers to Adobe Campaign server?
We are using the nlsrvmod module to redirect from IIS to Adobe Campaign server.
Is there a way to get IIS to forward any headers (ex: Authorization) to the Adobe Campaign server?
More details if needed:
I have a simple jssp page to display the value of a certain header
<% document.write('auth header: ' + request.getHeader('Authorization')); %>If I use Postman to set the header and request the Adobe Campaign server directly via http://localhost:8080/jssp/eps/headertest, the header value exists and is written.
However if I make the request through IIS via http://localhost/jssp/eps/headertest the header value does not exists which means that IIS is not passing it through