Re: [users@httpd] Validate incoming request based on Request Header

2011-12-10 Thread Nick Kew
On 10 Dec 2011, at 12:01, Sivaraman V wrote: > Now we have a requirement that we have to verify for a value in the incoming > http request header and if present, the request has to sent to the app > server. If not we have to display a static error page. The simplest solution is mod_taint. Confi

[users@httpd] Validate incoming request based on Request Header

2011-12-10 Thread Sivaraman V
Hi, We have a web application (JQuery and Spring) running on weblogic app server. There is a apache http server in front of the app server. All incoming requests will come through the web server and reaches the app server. Now we have a requirement that we have to verify for a value in the incom