par
jojolapine » 19 avr. 2012, 10:59
Alors voici un premier log issu des outils de debug de chrome et firebug :
Code : Tout sélectionner
// REQUETE //
Firefox :
GET / HTTP/1.1
Host: ***
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Cookie: ***
Cache-Control: max-age=0
Chrome :
GET / HTTP/1.1
Host: ***
User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.10 Chromium/18.0.1025.142 Chrome/18.0.1025.142 Safari/535.19
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4
Accept-Encoding: gzip,deflate,sdch
Connection: keep-alive
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ***
Cache-Control: max-age=0
// REPONSE //
Firefox :
HTTP/1.1 200 OK
Date: Thu, 19 Apr 2012 08:38:14 GMT
Server: Apache
Vary: Host
X-Powered-By: PHP/5.3.6
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=3, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Content-Language: fr
Chrome :
HTTP/1.1 200 OK
Date: Thu, 19 Apr 2012 08:38:01 GMT
Server: Apache
Vary: Host
X-Powered-By: PHP/5.3.6
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=3, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Content-Language: fr
Donc à priori aucun problème au niveau de la réponse...
Je vais essayer de voir ce que dit wireshark pour avoir un vrai log...
Alors voici un premier log issu des outils de debug de chrome et firebug :
[code]// REQUETE //
Firefox :
GET / HTTP/1.1
Host: ***
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Cookie: ***
Cache-Control: max-age=0
Chrome :
GET / HTTP/1.1
Host: ***
User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.10 Chromium/18.0.1025.142 Chrome/18.0.1025.142 Safari/535.19
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4
Accept-Encoding: gzip,deflate,sdch
Connection: keep-alive
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: ***
Cache-Control: max-age=0
// REPONSE //
Firefox :
HTTP/1.1 200 OK
Date: Thu, 19 Apr 2012 08:38:14 GMT
Server: Apache
Vary: Host
X-Powered-By: PHP/5.3.6
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=3, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Content-Language: fr
Chrome :
HTTP/1.1 200 OK
Date: Thu, 19 Apr 2012 08:38:01 GMT
Server: Apache
Vary: Host
X-Powered-By: PHP/5.3.6
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=3, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Content-Language: fr[/code]
Donc à priori aucun problème au niveau de la réponse...
Je vais essayer de voir ce que dit wireshark pour avoir un vrai log...