I have a D-Link web camera running on port 8080 (router is configured to forward outside traffic to that port to web camera). If I try with Firefox or Internet Explorer, everything works fine. It asks for username/password and opens the web cameras' console.
But when I try with Chrome (latest version of course), I get ERR_INVALID_HTTP_RESPONSE. Why?
I tried with CURL to check and I get below error:
HTTP/1.0 401 Authorization Required
Server: alphapd
Date: Wed Feb 21 05:18:53 2018
Pragma: no-cache
Cache-Control: no-cache
Content-type: text/html
Content-length: 103
WWW-Authenticate: Basic realm="DCS-932L_7B"Error: Authorization Required
Authentication was requested
It looks like Chrome doesn't open login mask. But why?
3 Reset to default