Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
355 views

I'm writing a program in Python that receives frame information via RTSP address and outputs it via imshow() function. I know that this code can be easily implemented by utilizing cv2.videocapture(). ...
Score of 2
0 answers
150 views

I have written a server monitoring tool which I need to extend so that it also supports HTTP Digest authentication. Doing so I strictly followed the RFC-2617 specs. To test that new extension I am ...
Score of 1
0 answers
217 views

I have default WildFly setup where management interface is listening on http instead of https. However I've changed port to be 8990. This is the config: <management-interfaces> <...
Score of 0
1 answer
110 views

Authorization via digest happens in 2 steps. At the beginning I get a 401 error and in the header I get the data I need. Then I use this data to calculate the response. # first query $resource = fopen(...
Score of 4
1 answer
358 views

I'm trying to access a local NVR camera system that uses the digest authentication method for their API, the problem is that I'm getting a "Incorrect Password" error. I double and triple ...
Score of 0
1 answer
545 views

I have a web based remote management portal, which can only connect to the internal network of the managed system, through port 80, which runs the remote management backend server. On the local ...
Score of 3
1 answer
155 views

I'm sending a http request with C++ and libcurl (Version 7.72) to an IP Camera where Digest authentication is enabled. I have registered a callback function to handle data that is received as a result ...
Score of 1
1 answer
3767 views

I want to set up Kafka with SASL_SSL in a docker enviroment kafka should be albe to recives message encrypted over the puplic internet in addition, telegraf grafana and more are used in the backend ...
Score of 1
1 answer
615 views

I've my tomcat-users.xml defined this way on Windows 11, tomcat version 9.0.78: <?xml version="1.0" encoding="UTF-8"?> <tomcat-users xmlns="http://tomcat.apache.org/...
Score of 0
1 answer
273 views

I was trying to connect and authenticate a user with the ImapClient object of MailKit and during authentication the code throws the exception MailKit.Net.Imap.ImapProtocolException: 'invalid digest ...
Score of 0
1 answer
170 views

I have been trying to figure out Digest authentication in dart. Whatever I do the server is returning 401 Unauthorized. Following is the code I used to login. I am using http_auth library. final url = ...
Score of 0
0 answers
544 views

i try to connect to http server using digest authorization by using curl from shell script. so far curl seems to not make the 2nd http request, that is needed to finalize digest authorization. curl ...
Score of 0
1 answer
1432 views

I need to use Onvif PTZ features for IP Camera Model (HNP322-IR/32X) in C# model The problem is that the Camera uses Digest WEB Authentication with MD5 (I found that the hard way) The only conclusion ...
Score of 0
0 answers
348 views

I seeking your input, if not, help in solving this issue which has creeped up recently. I have an Azure App Service running on Windows+.NET Core 5 which also houses a few WebJobs. These Webjobs do ...
Score of 0
1 answer
258 views

I am trying to follow the explanation from the Wikipedia I get the desired HA1 and HA2 but i can't figure out why my response doesn't give the same response from the tutorial. password = "Circle ...

15 30 50 per page
1
2 3 4 5
26