python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Curl localhost connection refused
I am trying to run this command in git bash:
curl http://127.0.0.1:8000/
or
curl localhost:8000/
but I receive this error:
curl: (7) Failed to connect to 127.0.0.1 port 8000 after 2043 ms: Connectio...
CFD
Votes: 0
Answers: 1
How to expose port of Docker container for localhost
I have dockerized simple node.js REST API. I'm building container with this API on my raspberry. This node.js app needs to be installed on few raspberry devices, on every device user will be using ang...
Bajo jajo
Votes: 0
Answers: 0
Not able to call localhost api using Retrofit
HTTP FAILED: java.net.UnknownServiceException: CLEARTEXT communication to localhost not permitted by network security policy
Getting this above mentioned issue while calling localhost api using retrof...
sushma1008
Votes: 0
Answers: 1
sam local invoke function timeouts when connecting to dynamodb docker compose
I am trying to connect a local sam app (hello world example) to a dynamodb docker container running with docker compose. When I try to execute the lambda functions locally with python3 everything work...
Marc Albrand
Votes: 0
Answers: 1