microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 283 forks source link

Question about "restler_custom_payload_header" #894

Open pokamolodoy406 opened 1 month ago

pokamolodoy406 commented 1 month ago

Description

Hello! I want to add a header to every request: "X-Auth-Token: header_value" To do this in the file dict.json I add:

"restler_custom_payload_header": { "X-Auth-Token": [ "header_value" ] },

Can I specify that the header_value be the token value from the authentication script I'm using?