quali sono tutti gli header che invia firefox nel fare una richiesta http1.0 ad un server?
devo simulare perfettamente un browser con una socket.
Grazie.
quali sono tutti gli header che invia firefox nel fare una richiesta http1.0 ad un server?
devo simulare perfettamente un browser con una socket.
Grazie.
GdR Online - http://lenar.it/
Yesterday is history. Tomorrow is mystery.
Today is a gift. That's why it's called the present
li vedi nel phpinfo... e variano a seconda delle impostazioni del browser, questi sono i miei
codice:HTTP Request GET /phpinfo.php HTTP/1.1 Host localhost User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.8) Gecko/20051111 Firefox/1.5 Accept text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language it-it,it;q=0.8,en-us;q=0.5,en;q=0.3 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection keep-alive Cookie cookie=valore
perfetto, grazie.
GdR Online - http://lenar.it/
Yesterday is history. Tomorrow is mystery.
Today is a gift. That's why it's called the present