Last update: 09.02.2025 · #programming #tech #well-known-uris #websites I just learned about Well Known URIs. These are URIs that can contain files at the endpoint to the specification of the specific well known file. For example, there is a change password on Apple's site that the file will return a url to redirect uses for changing passwords. This is a spec specifically for password vault apps to be able to take advantage of them. I dunno if I understand these completely, so let me take another example and walk through it's use with a small C# file.