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."],[[["\u003cp\u003eThis page details the \u003ccode\u003eIHttpUnsuccessfulResponseHandler\u003c/code\u003e interface, which is designed to manage abnormal HTTP responses during HTTP requests.\u003c/p\u003e\n"],["\u003cp\u003eThe interface's primary method, \u003ccode\u003eHandleResponseAsync\u003c/code\u003e, is called when an unusual HTTP response occurs and allows for request modification to potentially resolve the issue, returning \u003ccode\u003etrue\u003c/code\u003e if changes require a request resend.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eIHttpUnsuccessfulResponseHandler\u003c/code\u003e is 1.69.0, and the page also lists access to older versions, ranging from 1.68.0 to 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHandleResponseAsync\u003c/code\u003e method takes \u003ccode\u003eHandleUnsuccessfulResponseArgs\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]