Skip to main content

Accept-Language

ItemDescription
Full Fuzzer NameAcceptLanguageHeadersFuzzer
Log KeyALH
DescriptionThis fuzzer sends a happy-flow request while adding an Accept-Language header with different locale values. The expectation is that APIs accept the request and respond successfully.
Enabled by default?Yes
Target header typesAccept-Language (locale)
Expected result when fuzzed header is required2XX (specifically 200)
Expected result when fuzzed header is optional2XX (specifically 200)
Fuzzing logicIteratively adds an Accept-Language header with values: fr, zh-CN, ar-SA, en-GB, tlh-KL. Each value is sent in an independent request, preserving the rest of the original headers.
Conditions when this fuzzer will be skippedNone
HTTP methods that will be skippedNone
ReportingReports error if: 1. response code is other than 200;

Reports success if: 1. response code is 200.