Discussions

Ask a Question
Back to all

How is a 401 error different from a 403 error?

Although both are access-denied errors, a 401 Error indicates unauthorized, i.e. authentication is possible but has failed or not been given. The 403 error is translated as forbidden - the server knows who you are, however, you cannot access the resource permanently and re-authentication will not help.