▲ | hansifer 6 days ago | ||||||||||||||||
At their peril, because any set of rules, no matter how seemingly simple, has edge cases that only become apparent once we take on the task of implementing them at the code level into a functioning app. And that's assuming specs have been written up by someone who has made every effort to consider every relevant condition, which is never the case. | |||||||||||||||||
▲ | tharkun__ 6 days ago | parent | next [-] | ||||||||||||||||
And in the example of "why" this 401 is happening that's another one of those. The spec might have said to return a 401 for both not being authenticated and for not having enough privileges. But that's just plain wrong and a proper developer would be allowed to change that. If you're not authenticating properly, you get a 401. That means you can't prove you're who you say you are. If you are past that, i.e. we know that you are who you say you are, then the proper return code is 403 for saying "You are not allowed to access what you're trying to access, given who you are". Which funnily enough seems to be a very elusive concept to many humans as well, never mind an LLM. | |||||||||||||||||
| |||||||||||||||||
▲ | 6 days ago | parent | prev [-] | ||||||||||||||||
[deleted] |