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
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.
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.