Hi I want to add an ICAP-like front-end validation server V with nginx.
The user scenario is like this:

The client will usually access the real app server R via nginx, but with
a validation server V, the client request will first pass to V, V will dp
certain
validation and upon sucess the request will be forwarded to R and R will
return directly to clients; Upon failure, the request will be denied.

Is there any easy nginx config which can achieve this? Thanks,

- Alder
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to