Handles an abnormal response when sending a HTTP request.
A simple rule must be followed, if you modify the request object in a way that the abnormal response can
be resolved, you must return true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `IHttpUnsuccessfulResponseHandler` interface, which is designed to manage abnormal HTTP responses during HTTP requests."],["The interface's primary method, `HandleResponseAsync`, is called when an unusual HTTP response occurs and allows for request modification to potentially resolve the issue, returning `true` if changes require a request resend."],["The latest version of `IHttpUnsuccessfulResponseHandler` is 1.69.0, and the page also lists access to older versions, ranging from 1.68.0 to 1.50.0."],["The `HandleResponseAsync` method takes `HandleUnsuccessfulResponseArgs` as a parameter, offering access to properties such as the request, response, and current failed try, and returns a boolean indicating if the request needs to be resent."]]],[]]