Connexion TCP/IP

gethostbyname pour www.google.fr retourne '172.217.22.67'

socket_create OK.

Essai de connexion à '172.217.22.67' sur le port '80'...
socket_connect OK.
Envoi de la requête :
HEAD / HTTP/1.0 Host: www.google.fr Connection: Close
socket_write OK.

Lire la réponse :
HTTP/1.0 200 OK Content-Type: text/html; charset=ISO-8859-1 Content-Security-Policy-Report-Only: object-src 'none';base-uri 'self';script-src 'nonce-_72n0yf3bpxJfYX9LSuJdg' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp Reporting-Endpoints: default="//www.google.com/httpservice/retry/jserror?ei=mxWoaZ_fFbWvkdUPyNrIoAs&cad=crash&error=Page%20Crash&jsel=1&bver=2386&dpf=PbFTOX7pBZDRTo7c4BTlE68YzwDkU3EVOhc_xyv0P0I" Date: Wed, 04 Mar 2026 11:20:59 GMT Server: gws X-XSS-Protection: 0 X-Frame-Options: SAMEORIGIN Expires: Wed, 04 Mar 2026 11:20:59 GMT Cache-Control: private Set-Cookie: AEC=AaJma5tI31JHn6IxKrrr3rGkZXbBa4zTuChJdaN49Pppwr16I2E27nOeJdw; expires=Mon, 31-Aug-2026 11:20:59 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
Fermeture de la socket... socket_close OK.