Skip to content

Instantly share code, notes, and snippets.

@gastonambrogi
Created November 6, 2018 17:18
Show Gist options
  • Save gastonambrogi/730af12ec6d0edb9d5c7b7a259f2dd60 to your computer and use it in GitHub Desktop.
Save gastonambrogi/730af12ec6d0edb9d5c7b7a259f2dd60 to your computer and use it in GitHub Desktop.
Clear browser cache on 301 (permanent redirect)
I resolved this by opening dev tools (F12), click the "Preserve log" checkbox, and make the request that results in the cached 301. Right-click the request that results in the 301 and click "clear browser cache". Try again and then 301 should no-longer be cached.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment