
When I try http://CAM-IP/cgi-bin/snapshot.cgi -- I get a 500 error after exactly 15 seconds. Support initially suggested I add ?subtype=0 but I get the same behavior. They haven't answered email in a few days now, so I thought I'd post here. My plan is actually to hit that URL with curl, and the output of that is below -- but I get the same exact behavior with a regular browser.
Any suggestions appreciated
# curl -v --digest -u "admin:AdminPW" 'http://192.168.1.100/cgi-bin/snapshot.cgi?subtype=0'
> GET /cgi-bin/snapshot.cgi?subtype=0 HTTP/1.1
> User-Agent: curl/7.19.0 (arm-unknown-linux-gnu) libcurl/7.19.0 OpenSSL/1.0.1u zlib/1.2.3 libssh2/1.2.5
> Host: 192.168.1.100
> Accept: */*
>
< HTTP/1.1 401 Unauthorized
< WWW-Authenticate: Digest realm="Login to AMC0654277F9C7B67A", qop="auth", nonce="183299877", opaque="ecebb3d70153d3253d16f9fa4d970cfde8f3406a"
< Connection: close
< Set-Cookie:secure; HttpOnly
< CONTENT-LENGTH: 0
<
> GET /cgi-bin/snapshot.cgi?subtype=0 HTTP/1.1
> Authorization: Digest username="admin", realm="Login to AMC0654277F9C7B67A", nonce="183299877", uri="/cgi-bin/snapshot.cgi?subtype=0", cnonce="MjAwMzMy", nc=00000001, qop="auth", response="8d49ed09280dbfb6a5e63b4fca507875", opaque="ecebb3d70153d3253d16f9fa4d970cfde8f3406a"
> User-Agent: curl/7.19.0 (arm-unknown-linux-gnu) libcurl/7.19.0 OpenSSL/1.0.1u zlib/1.2.3 libssh2/1.2.5
> Host: 192.168.1.100
> Accept: */*
>
< HTTP/1.1 500 Internal Server Error
< CONNECTION: close
< Set-Cookie:secure; HttpOnly
< CONTENT-LENGTH: 0
<
#