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.61k stars 303 forks source link

Ensuring Mandatory Headers for API Access in Restler Requests #874

Closed abdelmouheimen-trabelssi closed 8 months ago

abdelmouheimen-trabelssi commented 8 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 6 months ago

Hello! How did you solve this problem?