You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Api returns 200 status code, everything works fine.
But if I send invalid Authentication Bearer Token in header or if any error returns from API, e.g 422, 401, 400 .. etc, my ajax request fails and gives this error:
The issue I am facing is:
If Api returns 200 status code, everything works fine.
But if I send invalid Authentication Bearer Token in header or if any error returns from API, e.g 422, 401, 400 .. etc, my ajax request fails and gives this error:
Here is my restivus confiqurations:
Does anyone know what I am missing here?
The text was updated successfully, but these errors were encountered: