Hikvision intercom digest auth - possible issue due to pull/2463 #2549
Replies: 6 comments 17 replies
|
Should I raise an issue in order to proceed with this? |
|
Unfortunately there is not that much info with the log level set: I'll try to find more data with wireshark. |
|
I have some ISAPi documents, can share later |
|
Here is the link to all ISAPi docs from Hikvision that I also share on Home Assistant forum.. it's for all hardware... |
|
package com---------------------; import org.apache.http.HttpEntity; import java.io.IOException; import java.io.File; public class DigestAuthISAPI { // String responseBody = EntityUtils.toString(entity); } |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm using httpx to get to Hikvision intercom API, which uses digest auth. It accepts the
WWW-Authenticatetoken once, later it just spams with Unauthorized responses.Python code I used to test it:
Wireshark also shows the same, I can provide the dump but overall it's the same - httpx uses the same
noncetoken and it is rejected.I observed this behavior with Hikvision intercom API but possibly this is more broad issue.
All reactions