Hello all,
A tech post after a long time! So, here I was in my desk trying to understand how HTTP headers work. So I did a telnet to my CentOS VM's httpd (apache web server) and just typing
GET / HTTP/1.1
and just when I was in the next line, the connection got terminated. Annoying! Just then my mentor, told me that there were apache flags for that stuff. It looked like this
A tech post after a long time! So, here I was in my desk trying to understand how HTTP headers work. So I did a telnet to my CentOS VM's httpd (apache web server) and just typing
GET / HTTP/1.1
and just when I was in the next line, the connection got terminated. Annoying! Just then my mentor, told me that there were apache flags for that stuff. It looked like this