
====
==== Command { std: "/usr/bin/curl" "-v" "http://captive.apple.com/hotspot-detect.html", kill_on_drop: false }
====

stdout
------
<HTML><HEAD><TITLE>Success</TITLE></HEAD><BODY>Success</BODY></HTML>


stderr
------
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* Host captive.apple.com:80 was resolved.
* IPv6: (none)
* IPv4: 17.253.97.201, 17.253.97.202
*   Trying 17.253.97.201:80...
* Connected to captive.apple.com (17.253.97.201) port 80
> GET /hotspot-detect.html HTTP/1.1
> Host: captive.apple.com
> User-Agent: curl/8.7.1
> Accept: */*
> 
* Request completely sent off
< HTTP/1.1 200 OK
< Content-Length: 69
< Cache-Control: max-age=31536000
< Last-Modified: Sun, 28 Sep 2025 08:34:31 GMT
< Content-Type: text/html
< Date: Sun, 28 Sep 2025 08:34:31 GMT
< Age: 11773288
< Via: http/1.1 usewr1-edge-bx-001.ts.apple.com (acdn/260.16276), http/1.1 usewr1-edge-bx-001.ts.apple.com (acdn/293.16398)
< X-Cache: miss, hit-fresh
< CDNUUID: 28d92e20-4859-423e-b6c1-9bffefa7a0a6-2847098117
< Access-Control-Allow-Origin: *
< Connection: keep-alive
< 
{ [69 bytes data]

100    69  100    69    0     0   2064      0 --:--:-- --:--:-- --:--:--  2090
* Connection #0 to host captive.apple.com left intact


exit status
-----------
Exited with status code: 0

execution time
-----------
78.013ms

