Hacker News new | ask | show | jobs
by jmcantrell 1359 days ago
The curl command mentioned in the article that's supposed to show the region being used for a request `curl -ls https://deno.land` doesn't seem to work as described. Does anyone know if this is a typo?
1 comments

curl -I worked for me on a Mac.

The -I flag returns only the headers.

Thanks, this worked for me, too. I wonder why the command used in the article is so different.