Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
Status: 401 Unauthorized (RFC 7235)
Access-Control-Allow-Origin: *
Content-Type: application/problem+json
Content-Length: 113

{
   "type":"about:blank",
   "title":"Unauthorized (RFC 7235)",
   "status":401,
   "instance":"http://127.0.0.1/api/customers"
}

403 Forbidden

Any attempt to authenticate with a disabled web account will be rejected with a response like this:


No Format
Status: 403 Forbidden
Access-Control-Allow-Origin: *
Content-Type: application/problem+json
Content-Length: 138

{
   "type":"about:blank",
   "title":"Forbidden",
   "status":403,
   "Detail":"Account UWvva9 is disabled.",
   "instance":"http://127.0.0.1/api/customers"
}