Hi,
We have a proxy service configured with basic authentication. The request is received with the HTTP Authorization header, NAM correctly authenticates the user, and passes the request to the Web server including the received HTTP Authorization header. We want to prevent the HTTP Authorization header from being forwarded. Is there a way to prevent it from being forwarded?
I have seen that there is an option that allows to prevent the XForwarded headers from being sent to the back-end web server (NAGAddProxyHeader off) Would there be something similar for the Authorization header?
Regards