Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 3 months agoThe mist of the wwwfeddit.orgimagemessage-square86linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageThe mist of the wwwfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 3 months agomessage-square86linkfedilink
minus-squarebountygiver [any]@lemmy.mllinkfedilinkEnglisharrow-up0·3 months agounauthorized (403) is still valid for unlogged in as you can permit anonymous access to certain resources. unauthenticated (401) is for when you should be redirecting the user to the login page
unauthorized (403) is still valid for unlogged in as you can permit anonymous access to certain resources.
unauthenticated (401) is for when you should be redirecting the user to the login page