tomcat - Can we inject a request parameter to a http request in apache -
tomcat - Can we inject a request parameter to a http request in apache - we have apache web server acts proxy tomcat server. our web applications hosted on tomcat server , external urls mapped internal urls in apache. the protocol used communication between apache , tomcat ajp13. we required send parameter webapplication when first request client reaches webapplication i.e. when login page requested for. the external url cannot modified since in utilize hence additional http parameters cannot specified. is possible inject request parameter in apache time request ends on tomcat have parameter? create servlet filter checks if particular cookie set. if not, set cookie , create httpservletrequestwrapper injected request parameter. pass wrapped request chain.dofilter(). apache tomcat httpwebrequest