L
L
Lexaz2017-02-06 19:05:45
Nginx
Lexaz, 2017-02-06 19:05:45

Digest authorization through nginx proxy?

On the server, nginx is configured in such a way as to receive a picture from a video camera without entering a password via proxy_set_header Authorization "Basic YWRtaW46YWRtaW4=";
I took another video camera and it has a different type of authorization, as I understand it. Titles:

HTTP/1.1 401 Unauthorized
WWW-Authenticate: Digest realm="Login to 2G0063DPAE00003",qop="auth",nonce="5130365037",opaque=""
Connection: close
CONTENT-LENGTH: 0

How to get a picture from a camera through NGINX with Digest authorization?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question