Should I use URL's at the root of my application like so:
/ready
/live
Should they both be grouped together like so:
/status/ready
/status/live
Should I use RFC5785 and put them under the .well-known
sub-directory like so:
/.well-known/status/ready
/.well-known/status/live
If I do this, my understanding is that I have to register the status
assignment with the official IANA registry.
Or is there some other scheme? I'm looking for a common convention that people use.