blog-2023-12-30-http-401-vs-403

Saturday, December 30, 2023, 10:10:31 PM Coordinated Universal Time by stefs

http 401 Unauthorized: authentication - you're not logged in
http 403 Forbidden: authorization - you're logged in but you don't have the rights

the naming's confusing.

source

source


Saturday, December 30, 2023, 10:08:54 PM Coordinated Universal Time by stefs

401: authentication - you're not logged in
403: authorization - you're logged in but you don't have the rights

source


Saturday, December 30, 2023, 10:08:47 PM Coordinated Universal Time by stefs

401: authentication - you're not logged in 403: authorization - you're logged in but you don't have the rights

source


view