Snapshot URL without credentials box appearing

Joined
Apr 30, 2018
Messages
5
Reaction score
0
Hi All,

I have a Dashua model number DH IPC HDBW 4431R ZS IP camera and I am trying to get a snapshot from the device. I have tried many URLs but always come back to the point where a dialog box is displayed asking for a username/pwd combination. Most of the URLs I found include this information (un/pw) but it keeps being asked for anyways.

Has anyone had this issue before ?
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,036
Reaction score
39,627
Location
Alabama
Hi All,

I have a Dashua model number DH IPC HDBW 4431R ZS IP camera and I am trying to get a snapshot from the device. I have tried many URLs but always come back to the point where a dialog box is displayed asking for a username/pwd combination. Most of the URLs I found include this information (un/pw) but it keeps being asked for anyways.

Has anyone had this issue before ?
Both of these below work with my Amcrest IP2M-841 (re-branded Dahua) but like yourself, it asks for the credentials each time (unless you tell IE or Chrome to 'remember' the login info). Sorry I cannot offer more help.
Code:
http://cameraIP/cgi-bin/snapshot.cgi?loginuse=[USERNAME]&loginpas=[PASSWORD]
http://cameraIP/cgi-bin/snapshot.cgi?chn=1&u=[USERNAME]&p=[PASSWORD]
 

usaf_pride

Pulling my weight
Joined
Mar 10, 2017
Messages
284
Reaction score
170
depending on your camera firmware version (it may or may not exist):
Login to the camera. Go to Setting -> System -> Safety (choices are Digest, Basic, or None)

Your camera may or may not have that setting. My guess is that it has hacked firmware, so no.
 
Joined
Apr 30, 2018
Messages
5
Reaction score
0
Thank you very much for your help. I haven't found yet but at least I have a good start.
 

0blar

Getting the hang of it
Joined
May 17, 2017
Messages
281
Reaction score
34
you can also try:
HTML:
http://login:password@cameraIP/cgi-bin/snapshot.cgi
 
Joined
Apr 30, 2018
Messages
5
Reaction score
0
While looking through the cam's settings, I found a Allow Anonymous access box I have checked. However, having tried many URLs I still can't get to an image without the credentials box.

Does anyone know how an anonymous URL would look like ?
 
Joined
Apr 30, 2018
Messages
5
Reaction score
0
Thanks VorlonFrog,

I've read that page already and it still pops-up a login window.
 
Joined
Aug 3, 2015
Messages
3,838
Reaction score
12,328
Location
Charlotte
I used to grab snapshots at my previous place of employment, and the login box always appeared at first fetch, then went away, as I refreshed often enough to maintain the session. I believe 'Digest' authentication is what you want. I should mention, I was using an older version of the Firefox browser at the time.
 

TonyR

IPCT Contributor
Joined
Jul 15, 2014
Messages
17,036
Reaction score
39,627
Location
Alabama
FYI, the very first one I give in post #2 works in this re-branded Dahua IF you login to admin, go to 'Setup', 'System', 'Manage Users' and check 'Anonymous Login', 'Save', log out, close browser, wait 30 seconds, open browser with the exact URL below (just change cam IP):

Code:
http://cameraIP/cgi-bin/snapshot.cgi?loginuse=&loginpas=
I had tried that yesterday but was in a hurry to go somewhere and failed to close a hidden browser window that was open when doing this.

amcrest_IP2M-841_anonymous.jpg
 
Joined
Apr 30, 2018
Messages
5
Reaction score
0
I must've bought a defective unit as even when trying anonymous login it asks for a password. I have tried the urls above plus many others found elsewhere.

Thank you for your help
 

dahuar

n3wb
Joined
Oct 10, 2020
Messages
1
Reaction score
0
Location
Xcalak, Mexico
I have the same problem has anyone find the solution? keeps asking me for the credentials. below is my camera info:
Device TypeIPC-HDW1230T1-S4
System VersionV2.680.0000000.7.R, Build Date: 2019-09-11
WEB VersionV3.2.1.26770
ONVIF Version18.12(V2.0.0.26587)
S/N5L045C8PAGFCBB5
Security Baseline VersionV1.4
 
Top