I know my camera's IP from the mobile app.
Nmap shows 80, 554, 8086, and 37777 are open for TCP, this IP is certainly my camera.
However, when I try to go to http://ip:80, it _does_ accept the TCP connection, but _does not_ respond to the HTTP request!
Code: Select all
$ curl -v http://10.0.0.95:80
* Trying 10.0.0.95:80...
* Connected to 10.0.0.95 (10.0.0.95) port 80 (#0)
> GET / HTTP/1.1
> Host: 10.0.0.95
> User-Agent: curl/7.81.0
> Accept: */*
>
... I go make a cup of coffee and come back, and it's still here!
^C