When I access local web server with [::ffff:7f00:1] or [::ffff:c0a8:147] (which is ipv6 address from ipv4, i.e. [::ffff:127.0.0.1]) it returns error page like this:
Bad Request - Invalid Hostname
HTTP Error 400. The request hostname is invalid.
However it works when accessing using these addresses/host name:
localhost / 127.0.0.1 / [::1] from local host
192.168.1.71 / [fe80::edf5:c3dc:****:****] from any device
I'm very confused with this problem. Is there anything wrong with configuration?