Skip to content

Add a single plate to the list in my AXIS P1465-LE-3 #721

Closed Answered by vivekatoffice
basiclog asked this question in General
Discussion options

You must be logged in to vote

Hi @basiclog ,
I don't know where it is failing for your device. Let me know the Axis OS version and device model so I can try it locally.

I used the following Axis device:
AXIS Q1715 Block Camera ( AXIS OS version 11.11.73)

const crypto = require('crypto'); // Import Node.js crypto module
const fetch = require('node-fetch'); // Import node-fetch for making HTTP requests

async function fetchDigest(url, options, username, password) {
    let response = await fetch(url, options);

    if (response.status === 401 && response.headers.get('www-authenticate')) {
        const authHeader = response.headers.get('www-authenticate');
        const digestAuthDetails = parseDigestAuth(authHeader, u…

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vivekatoffice
Comment options

Answer selected by vivekatoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants