ERR_INVALID_HTTP_RESPONSE only in Chrome

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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like