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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page documents the `IHttpUnsuccessfulResponseHandler` interface, which is designed to handle abnormal HTTP responses during HTTP requests."],["The `IHttpUnsuccessfulResponseHandler` interface includes a method named `HandleResponseAsync`, which is invoked when an abnormal HTTP response is received."],["The `HandleResponseAsync` method takes `HandleUnsuccessfulResponseArgs` as an argument and returns a boolean task indicating whether the request should be resent after any potential modification by the handler."],["The content is versioned, and this page presents information from version 1.55.0, but also provides links to other version pages, up to the latest 1.69.0 version."]]],[]]