I'm doing university work on the HTTP protocol and I want to explain "visually" how an HTTP connection occurs between a client and a server. To do this, I use in the Ubuntu terminal (which I have installed in VirtualBox) the command curl -v - i against an IP address, which is the IP address of the domain that I have previously obtained through the dig command.
The problem is that the answer I receive from the server is duplicated, and I don't understand why. I enclose the information I receive when executing the command. I have deleted the IP from the server to avoid being accused of spam.