Hi Team, I am using apache click framework in my application when any request comes it goes to clickservlet and the servlet accept the user provided "Host" header and add it to the url. I want to ignore the user provided "Host" header. For Example If this is the request ie curl -kv1 -H 'Host:www.evil.com' "https://abcd.com/" then in result the www.evil.com this host get added to the result location. I want to ignore the header provided.
Please help me as I am looking into it for more than a week now. Thanks In advance. Priyanka.