-
- Downloads
APIv4 - Fix HTTP status code selection
This is a follow-up to #19526 which addresses a typo that causes a misbehavior in reporting the HTTP status code. Before ------ If an API request encounters an exception, then it always returns HTTP 403. After ----- If an API request encounters an exception, then: * It may return HTTP 403 (for an authorization exception) * It may return HTTP 500 (for any other/unrecognized exception)
Please register or sign in to comment