Hi Team, We are using below host header validation rule in Apache Http configuration, that was working fine with 2.4.59 Apache server, when we migrate to 2.4.62 below rule is not working. It will ignore the host name validation in the header(modify
the hostname using burp tool). Can you please suggest what wrong we are doing? RewriteEngine On RewriteCond %{HTTP_HOST} !test.test.test.com:2280$ [NC] RewriteRule ^(.*)$ [R=301,L] Thanks and Regards, Rajendra Rathore 9922701491 |