79540072

Date: 2025-03-27 21:34:21
Score: 2
Natty:
Report link

I had this issue and it was due to a silly mistake in the curl call. See below:

Wrong call: curl http:127.0.0.1:8000
Corrected call: curl http://127.0.0.1:8000

I missed the // and the curl was not recognizing the service due to this.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: B612