Hello,
I have Dahua camara model DH-IPC-HFW1320SN-W-0280B.
My problem is when I try to get an snapshot in C# application,
using URL:
because I get the 401 error (Unauthorized).
I already try with this ways:
http://username:password@192.168.0.123/cgi-bin/snapshot.cgi?1
http://username:password@192.168.0.123/cgi-bin/snapshot.cgi?0
http://xxx:xxx@192.168.1.201/cgi-bin/snapshot.cgi?loginuse=xxx&loginpas=xxx
When I try in firefox with user and pass included in the URL, the camera still ask for user and pass. I think this maybe can be the error in C# application.
I need the URL including user and pass thats works
Thanks in advance
I have Dahua camara model DH-IPC-HFW1320SN-W-0280B.
My problem is when I try to get an snapshot in C# application,
using URL:
because I get the 401 error (Unauthorized).
I already try with this ways:
http://username:password@192.168.0.123/cgi-bin/snapshot.cgi?1
http://username:password@192.168.0.123/cgi-bin/snapshot.cgi?0
http://xxx:xxx@192.168.1.201/cgi-bin/snapshot.cgi?loginuse=xxx&loginpas=xxx
When I try in firefox with user and pass included in the URL, the camera still ask for user and pass. I think this maybe can be the error in C# application.
I need the URL including user and pass thats works
Thanks in advance