localhost refuses to connect - ERR_CONNECTION_REFUSED
问题 I have a simple MVC web application where javascript code sends ajax requests to the controller and the controller sends back responses. I built the app 2 years ago and everything used to work fine. Now I tried to run the app again locally and met with the following problem: whenever an Ajax request is sent from the frontend to the controller (running on localhost), the localhost refuses to connect and I get an ERR_CONNECTION_REFUSED message in (chrome's) javascript-console. (In Safari's