Answers for "docker Test a Connection using Curl"

C#
0

docker Test a Connection using Curl

$ curl --request POST \
  --url http://localhost:8000/test \
  --header 'content-type: application/json' \
  --data '{
	"msg": "testing"
}'
curl: (7) Failed to connect to localhost port 8000: Connection refused
Posted by: Guest on July-10-2021

C# Answers by Framework

Browse Popular Code Answers by Language