- gstatic.com/generate_204
- captive.apple.com
$ curl -v gstatic.com/generate_204
* Trying 216.58.213.99...
* Connected to gstatic.com (216.58.213.99) port 80 (#0)
> GET /generate_204 HTTP/1.1
> Host: gstatic.com
> User-Agent: curl/7.43.0
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 303 See Other
< Server: SimpleHTTP/0.6 Python/2.4.3
< Date: Fri, 13 Jan 2017 10:35:21 GMT
< Location: http://gw.medusabusiness.com/gateway/login?appname=serverdb&ip=172.29.0.25&host=gstatic.com&getstr=retired&mac=70%3A56%3A81%3Ac0%3A5c%3Ad3&server=212.36.160.4%3A2003
<
* Closing connection 0
$ curl -v http://captive.apple.com
* Rebuilt URL to: http://captive.apple.com/
* Trying 23.214.180.106...
* Connected to captive.apple.com (23.214.180.106) port 80 (#0)
> GET / HTTP/1.1
> Host: captive.apple.com
> User-Agent: curl/7.43.0
> Accept: */*
>
* HTTP 1.0, assume close after body
< HTTP/1.0 303 See Other
< Server: SimpleHTTP/0.6 Python/2.4.3
< Date: Fri, 13 Jan 2017 10:36:08 GMT
< Location: http://gw.medusabusiness.com/gateway/login?appname=serverdb&ip=172.29.0.25&host=captive.apple.com&getstr=retired&mac=70%3A56%3A81%3Ac0%3A5c%3Ad3&server=212.36.160.4%3A2003
<
* Closing connection 0