Région de recherche :

Date :

https://stackoverflow.com › questions › 39910746

Getting connect ECONNREFUSED 127.0.0.1:80 when attempting HTTP request

By default, axios redirects us to 127.0.0.1:80 if it doesn't find requested URL or http method(GET/POST/PUT). So better check your URL if are also using axios.

https://serverfault.com › questions › 670575

linux - Failed to connect to 127.0.0.1 port 80 - Server Fault

It's interesting that I can connect to any address 127...* except 127.0.0.1 (localhost). And also I can connect with my subnet ip-address 10.0.2.15. And If I change port 80 to another in server config (e.g. Listen 88) it works.

https://www.cncres.org › 127-0-0-1-nautorise-pas-la-connexion

127.0.0.1 interdit la connexion : Comment résoudre ce problème

Pour résoudre les problèmes de connexion à 127.0.0.1, vous pouvez essayer les solutions suivantes : Vérifier la configuration réseau : Assurez-vous que les paramètres réseau de votre ordinateur sont correctement configurés. Vérifiez les adresses IP, les sous-réseaux et les passerelles par défaut.

127.0.0.1 interdit la connexion : Comment résoudre ce problème

https://www.ionos.fr › digitalguide › serveur › know-how › localhost

Localhost : comment se connecter à l'adresse IP 127.0.0.1 - IONOS

Lorsque vous (ou votre ordinateur) appelez une adresse IP, vous essayez généralement de contacter un autre ordinateur sur Internet. Cependant, si vous appelez l'adresse IP 127.0.0.1, vous communiquez avec le localhost en principe avec votre propre ordinateur.

Localhost : comment se connecter à l'adresse IP 127.0.0.1 - IONOS

https://community.postman.com › t › error-connect-econnrefused-127-0-0-1-80 › 12940

Error: connect ECONNREFUSED 127.0.0.1:80 - ... - Postman Community

It looks like you’re sending a request to localhost:3000, but your Proxy settings seem to be set to 127.0.0.1: 8080 Is your server running on Port 3000 or 8080? If it’s 3000, you could try making the relevant change in your Proxy settings to reflect that. I hope this helps!

https://kinsta.com › fr › base-de-connaissances › ssh-connection-refused

Comment corriger l’erreur SSH « Connection refused - Kinsta

Êtes-vous victime de l'erreur "Connection refused" lorsque vous vous connectez via SSH ? Découvrez la cause de ce problème et suivez les étapes suivantes pour le résoudre !

Comment corriger l’erreur SSH « Connection refused - Kinsta

https://askubuntu.com › questions › 660299

14.04 - How to get rid of "Connecting to 127.0.0.1:80... failed ...

It means that, on your system (localhost) there is no program listening to TCP port 80. You need to start a webserver, e.g., apache2 and configure it to handle your requests. Reread the beginning of your course, and see what it says about webserver requirements.

https://superuser.com › questions › 1594420

can't access 127.0.0.1:80 outside of WSL2 / Ubuntu 20.04

I'm running Ubuntu 20.04 on WSL2 / Windows 10 and running my backend (nodejs + koa) on ubuntu (localhost) and make request using postman from windows. using the url http://127.0.0.1:port I could not access my server.

https://apidog.com › blog › postman-error-connect-econnrefused-127-0-0-1-80

[Solved] Postman Error: Connect ECONNREFUSED 127.0.0.1:8080 - Apidog Blog

This error indicates an inability to establish a connection to a local server on port 8080. This article explores the reasons behind this error and provides step-by-step solutions to effectively troubleshoot and resolve the connection issue.

https://unix.stackexchange.com › questions › 119100

Cannot connect to any localhost connections - Unix & Linux Stack Exchange

64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.036 ms. The weirdest thing about it is that, i can connect to ssh, nginx server from external address (for ex. computer from which i ssh'ing) without problems. This happens after ISP has rebooted my server.