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

Ensuring Mandatory Headers for API Access in Restler Requests #874

Closed abdelmouheimen-trabelssi closed 3 months ago

abdelmouheimen-trabelssi commented 3 months ago

Description

How can I ensure that headers such as X-Auth-Ident, X-Auth-Password, and X-Auth-Domain are included in every Restler request? These headers are essential for granting permission to access the APIs.

pokamolodoy406 commented 1 month ago

Hello! How did you solve this problem?