We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I enable basic_auth in nginx the webcam stops working on the monitor page. Disable it, and the webcam works both over HTTPS.
It looks like it's not sending authentication info as I am getting a 401 unauthorized on the server.
[21/Mar/2022:20:01:21 -0400] "GET /api/printer HTTP/1.1" 200 220 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0" [21/Mar/2022:20:01:23 -0400] "GET /api/printer HTTP/1.1" 200 223 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0" [21/Mar/2022:20:01:23 -0400] "GET /api/job HTTP/1.1" 200 193 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0" IP REDACTED - - [21/Mar/2022:20:01:25 -0400] "GET /webcam/?action=stream HTTP/1.1" 401 172 "-" "Mozilla/5.0" [21/Mar/2022:20:01:25 -0400] "GET /api/job HTTP/1.1" 200 193 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0" [21/Mar/2022:20:01:25 -0400] "GET /api/printer HTTP/1.1" 200 220 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0" [21/Mar/2022:20:01:27 -0400] "GET /api/printer HTTP/1.1" 200 222 "-" "cura/4.13.1 OctoPrintPlugin/3.6.0"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I enable basic_auth in nginx the webcam stops working on the monitor page. Disable it, and the webcam works both over HTTPS.
It looks like it's not sending authentication info as I am getting a 401 unauthorized on the server.
The text was updated successfully, but these errors were encountered: