Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 22 days agoThe mist of the wwwfeddit.orgimagemessage-square84linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageThe mist of the wwwfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 22 days agomessage-square84linkfedilink
minus-squarebountygiver [any]@lemmy.mllinkfedilinkEnglisharrow-up0·21 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