79576010

Date: 2025-04-15 20:48:13
Score: 1.5
Natty:
Report link

curl http://localhost:3000/hello?id=123

Proper short-hand way to use curl with query params is to encapsulate url in quotes. Try:

curl "http://localhost:3000/hello?id=123"

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joo Kang