samples: net: http_get: restore original google.com hostname

This sample is expected to hit google.com so that the reply
(a redirect) is minimal and can easily be visualized. This is also
what sample.yaml expects to see (checks for "The document has
moved").

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-01-20 15:28:33 +01:00 committed by Benjamin Cabé
parent 8b987d9e02
commit c49f220ce2

View file

@ -30,7 +30,7 @@
#endif
/* HTTP server to connect to */
#define HTTP_HOST "www.google.com"
#define HTTP_HOST "google.com"
/* Port to connect to, as string */
#if defined(CONFIG_NET_SOCKETS_SOCKOPT_TLS)
#define HTTP_PORT "443"