We are trying to read specific character out of http request header to determine the type of URL it needs to be forwarded it.
E.g., Http header - HTTP_ACCEPT=version.ver1+xml
In Httpd.config, we need requested version value (as in above case its - ver1) before forwarding to specific version URL like, http://server:port/application_<ver1>
.
Is there any way to configure through http modules like rewrite or setenvif etc..