Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
[BUG] IHttpResponse always returns statusCode 200
trafficstars
Description
When requesting to the outer web by IHttp, even though if there are some errors, the HTTP methods will never throw an exception or return an IHttpResponse with an error code (always 200). This makes error handling become impossible.
Expectation
Error code or error status code is returned on HTTP erroring