[[["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."],[[["`MaxUrlLengthInterceptor` intercepts HTTP GET requests with URLs exceeding a specified length."],["Long GET requests are transformed into POST requests with a `X-HTTP-Method-Override` header set to `GET`."],["Query parameters from long URLs are moved into the body of the request, with the content type updated to `application/x-www-form-urlencoded`."],["The `MaxUrlLengthInterceptor` class implements the `IHttpExecuteInterceptor` interface."],["The interceptor can be initialized with a constructor, `MaxUrlLengthInterceptor(uint maxUrlLength)`, to set the maximum allowed URL length."]]],[]]