<div dir="ltr"><div>Hi I want to add an ICAP-like front-end validation server V with nginx. <br></div><div>The user scenario is like this:<br><br></div><div>The client will usually access the real app server R via nginx, but with <br></div><div>a validation server V, the client request will first pass to V, V will dp certain<br></div><div>validation and upon sucess the request will be forwarded to R and R will <br></div><div>return directly to clients; Upon failure, the request will be denied.<br><br></div><div>Is there any easy nginx config which can achieve this? Thanks, <br></div><div><br></div>- Alder<br></div>