Seth Kenlon

Authored Comments

If you run my example, it should point you to example.com. Here's my output. Look at the "Location:" line:

$ curl --head --location \
> "https://bit.ly/2yDyS4T"
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Tue, 26 May 2020 18:47:39 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 106
Cache-Control: private, max-age=90
Content-Security-Policy: referrer always;
Location: http://example.com/
[ truncated for clarity]

I don't see where I claim Curl can parse Javascript in this article. Am I missing something?