Skip to content

Instantly share code, notes, and snippets.

@syncsynchalt
Created June 12, 2024 21:07
Show Gist options
  • Save syncsynchalt/d146004a9a559c61ee017e338ae07005 to your computer and use it in GitHub Desktop.
Save syncsynchalt/d146004a9a559c61ee017e338ae07005 to your computer and use it in GitHub Desktop.
I should have gone into finance...
$ curl -si https://personal.vanguard.com/ | egrep -i '(^location|http-equiv.*refresh)'
location: http://personal.vanguard.com/home.html
$ curl -si https://personal.vanguard.com/home.html | egrep -i '(^location|http-equiv.*refresh)'
<meta http-equiv="Refresh" CONTENT="0; URL=/us/home">
$ curl -si https://personal.vanguard.com/us/home | egrep -i '(^location|http-equiv.*refresh)'
location: https://balances.web.vanguard.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment