<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<div>I have a NGINX that sits in front of my application. I have digest authentication enabled for the application. I’d like a set up where when a user connects to NGINX using Digest, NGINX simply proxies this request to my application where the actual authentication
 happens. The authentication logic is already available in the application and I just want the NGINX to forward the headers correctly to the app.</div>
<div><br>
</div>
<div>Could someone help me on how to accomplish this?</div>
<div><br>
</div>
<div>Regards,</div>
<div>Arun</div>
</body>
</html>