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
Body communicates the 503 (forbidden) error. While the http status code should be 200. Maybe re-using the status codes for both constructions is somewhat confusing here.
Rationale: the HTTP response is not forbidden (hence the 200 code) but the application authorization check resulted in a forbidden status code.
HTTP requests and application logic should be seen as being on separate layers. And should not intermingle like we do now.
The text was updated successfully, but these errors were encountered:
This issue is imported from pivotal - Originaly created at Jun 13, 2022 by Michiel Kodde
Body communicates the 503 (forbidden) error. While the http status code should be 200. Maybe re-using the status codes for both constructions is somewhat confusing here.
Rationale: the HTTP response is not forbidden (hence the 200 code) but the application authorization check resulted in a forbidden status code.
HTTP requests and application logic should be seen as being on separate layers. And should not intermingle like we do now.
The text was updated successfully, but these errors were encountered: