403 the server understood the request but refuses to authorize it

The HTTP 403 Forbidden client error status response code indicates that the server understood the request but refuses to authorize it.

This status is similar to 401, but in this case, re-authenticating will make no difference.

The access is permanently forbidden and tied to the application logic, such as insufficient rights to a resource.