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
Description from 2018: Right now, the JSON adapter will respond with autherror for a source that requires authentication, when the issue is that the source is not responding. The reason for this is that authorization is the first contact with the source, and when it fails, it is treated as a problem with the authorization.
Authentications should give better error responses. But what is the appropriate status code for errors caused by an unresponsive source? timeout?
The text was updated successfully, but these errors were encountered:
kjellmorten
changed the title
What is the correct response from an adapter when source does not respond?
What is the correct response from a transporter when source does not respond?
Mar 13, 2023
kjellmorten
changed the title
What is the correct response from a transporter when source does not respond?
What is the correct response from a transporter when source does not respond on authentication?
Aug 7, 2023
Description from 2018: Right now, the JSON adapter will respond with
autherror
for a source that requires authentication, when the issue is that the source is not responding. The reason for this is that authorization is the first contact with the source, and when it fails, it is treated as a problem with the authorization.Authentications should give better error responses. But what is the appropriate status code for errors caused by an unresponsive source?
timeout
?The text was updated successfully, but these errors were encountered: