Description
remap.config: map http://test.com http://1.1.1.1
The request with Host: 'test.com:80xxx' or 'test.com:xxx' will get passed. Such host is not filtered strictly.
Just report, didn't have big problem for me though.
curl http://127.0.0.1:8080/ -H "Host: test.com:80xxx"
or curl -x 127.0.0.1:8080 http://test.com:80xxx/ -v