Is there anyone know how to use "Content-Range:" and "Range:" in the HTTP version 1.1 ? Because i already write like this In Visual Basic 6. and it didn't work : strcommand = "GET /index.html" + " HTTP/1.1" + vbCrLf strcommand = strcommand + "Host: www.stts.ac.id" strcommand = strcommand + "Accept: */*" + vbCrLf strcommand = strcommand + "Accept: text/html" + vbCrLf strcommand = strcommand + "Content-Range: bytes 0-50/*" + vbCrLf strcommand = strcommand + vbCrLf When i invoke this program into a webserver that support HTTP 1.1, it still download all the content of the webpage ( not just the first 50 bytes ). So, i need help from all of you that can help me solve my problem !! Thanks Ronny Widjaja Informatic And Engineering SchoolReceived on Saturday, 29 May 1999 04:49:55 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 17:16:33 UTC