Bonjour,
Avec l'extension LiveHTTPheaders, j'ai remarqué que chaque requête faite dans la barre de navigation était précédée de cette requête:Par "requête faite dans la barre de navigation", j'entends "toutes les requêtes faites manuellement" (ce qui exclue les redirections, les liens dans les fichiers HTML (CSS, images, ...), ...).Code:http://127.0.0.1:49157/request?field1=http%3A//www.google.com/ GET /request?field1=http%3A//www.google.com/ HTTP/1.1 Host: 127.0.0.1:49157 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729) FirePHP/0.2.4 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 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Content-Type: text/xml HTTP/1.x 200 OK Date: Sun May 24 09:38:59 2009 GMT Server: RenesWebserver (Windows) Connection: close Content-Type: text/html; charset=ISO-8859-1 Content-Length: 152
J'ai un serveur local, mais sa réponse diffère de celle du proxy fantôme:Que se passe-t-il?Code:http://127.0.0.1/ GET / HTTP/1.1 Host: 127.0.0.1 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; fr; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729) FirePHP/0.2.4 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 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Cookie: PHPSESSID=fjqss4rucrp9oo02f7sobhpju0 HTTP/1.x 200 OK Date: Sun, 24 May 2009 09:43:27 GMT Server: Apache/2.2.11 (Win32) PHP/5.2.8 X-Powered-By: PHP/5.2.8 Status: 200 OK 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 Content-Length: 3766 Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Content-Type: text/html
Merci d'avance,
ProgVal
-----