I'm receiving this error(ERR_EMPTY_RESPONSE) on my WebSite(ASP.NET MVC) in some PCs of my clients. In different clients(with diferent browsers) the Controller that show this error is different. One of them i have access and i tryed to debug with VisualStudio.
Test in production
Test locally
Receiving the same error as production. I put some break points in Index of this controller and BeginRequest/AuthenticateRequest of Global.asax, but in this client when i call CompanyUsersController don't pass in break points and others Controllers pass. I tryed using Fiddler 2, the same as chrome inspector, get 0 Bytes in Response.
I spent so much time trying to found a better error message
The problem is probably on the server, I am using Azure. This same project was already running a long time without problems.
Someone can share this same experience? And/or the solution?
The err_empty_response (err empty response) message can occur when using the Chrome browser and you are trying access a website. It means that data is not being sent/transmitted.
It means that the website you're trying to access isn't responding or sending any data to your requests. The error ERR_EMPTY_RESPONSE: The website didn't send any data, and might be down is alarming because of the Internet Connection. In this case, you might see the page is loading slowly or not opening at all.
I received this on an ASP.NET Core 2.2 site in development on my machine.
Nothing logged, the call just fails in Chrome's network trace. Fiddler shows a HTTP 504. Strange!
After 10 minutes I realised my URL was HTTP when it should be HTTPS!
I found the solution.
Searching in machines that show the error Err_empty_response, i found a software used by Banks for safety.
This software is called in Brazil from WARSAW or GBuster.
Solution 1:
Remove this software.
Solution 2:
Another solution works without removing the software. i have just to publish my website again with https:// certificate.
I hope this help someone.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With