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...