coates’s avatarcoates’s Twitter Archive—№ 23,248

  1. AWS Amplify is ruining my day by using 301s to redirect. Please never use HTTP status 301. If you MUST use a permanent redirect, use 308, but also never do that unless you’re SURE that your change is permanent (and it’s almost never permanent). Browsers can’t bust a cached 301.