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
The transport client will intercept any response and retry any request that failed for a 401. This is meant to catch requests where the oauth token has expired, refresh the token, and then resend the original request.
Looks like sometimes the API will return a 406 if the token wasn't been set. Needs more investigation.
The text was updated successfully, but these errors were encountered:
walexnelson
changed the title
Request missing authentication doesn't allows return 401
Unauthorized request returns 401 inconsistently
Sep 11, 2017
The transport client will intercept any response and retry any request that failed for a 401. This is meant to catch requests where the oauth token has expired, refresh the token, and then resend the original request.
Looks like sometimes the API will return a 406 if the token wasn't been set. Needs more investigation.
The text was updated successfully, but these errors were encountered: