Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 27 days agoThe mist of the wwwfeddit.orgimagemessage-square86linkfedilinkarrow-up11
arrow-up11imageThe mist of the wwwfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 27 days agomessage-square86linkfedilink
minus-squarebountygiver [any]@lemmy.mllinkfedilinkEnglisharrow-up0·26 days 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