Find all URLs for a post

I have found out what is happening. WordPress does not store permalinks that were previously made. What it does do is guess what link you want by looking at the post name. Consider: https://wordpress.com/blog/2021/12/16/new-year-new-success-with-bloganuary/ wget https://wordpress.com/blog/2021/12/16/new-year-new-success-with-bloganuary/ –2021-12-31 00:09:51– https://wordpress.com/blog/2021/12/16/new-year-new-success-with-bloganuary/ Resolving wordpress.com (wordpress.com)… 192.0.78.17, 192.0.78.9 Connecting to wordpress.com (wordpress.com)|192.0.78.17|:443… connected. HTTP request sent, awaiting response… 200 … Read more

Puzzled at HTTP/2 301 response header

It might be that WordPress is just redirecting to the version with trailing slash. /cart => /cart/ /shop => /shop/ I’m having trouble, finding a good canonical source why WP is doing this. The fact is, that most web frameworks (I worked with) will force trailing slashes on their routes (that are not directed at … Read more