Connexion TCP/IP

gethostbyname pour www.google.fr retourne '172.217.22.35'

socket_create OK.

Essai de connexion à '172.217.22.35' 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-EkM71F8HIV1_VDP1DsG-ZQ' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp Date: Sun, 26 Jul 2026 08:39:50 GMT Server: gws X-XSS-Protection: 0 X-Frame-Options: SAMEORIGIN Expires: Sun, 26 Jul 2026 08:39:50 GMT Cache-Control: private Set-Cookie: AEC=AdJVEav-OxdH2A28zG-KqBtcNjycxBDsR_H894nk-GUwHHAUdXsymBjzVw; expires=Fri, 22-Jan-2027 08:39:50 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
Fermeture de la socket... socket_close OK.