I am making a banner grabber and have finally ironed out the HEAD / HTTP/1.1 request according to the guidelines, but some websites still give me '400 Bad Request'
why is that?
Here is my request:
"HEAD / HTTP/1.1\r\nHost: target:port\r\nConnection: close\r\n\r\n"