Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 6 days agoThe mist of the wwwfeddit.orgimagemessage-square89linkfedilinkarrow-up1523arrow-down152
arrow-up1471arrow-down1imageThe mist of the wwwfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 6 days agomessage-square89linkfedilink
minus-squarebountygiver [any]@lemmy.mllinkfedilinkEnglisharrow-up1·5 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
minus-squarewheezy@lemmy.mllinkfedilinkEnglisharrow-up1·5 days agoThanks. I think I might have been misreading these in my head. Dyslexia is a dickhead. The number codes really helped.
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
Thanks. I think I might have been misreading these in my head. Dyslexia is a dickhead. The number codes really helped.