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.59k stars 296 forks source link

how to implement Authorization Basic #649

Closed jbauernberger closed 2 years ago

jbauernberger commented 2 years ago

Description

Hi,

I've previously run Restler always with a token and this seemed straight forward. But now I am trying to get it work on a service that uses Basic.

For this I just put the following in the external script that should be called by RESTler

echo "{u'app1': {\"header\":\"value\"}}"
echo "Authorization: Basic ${AuthString}"

for some reason it doesn't work. thanks for any pointers

jbauernberger commented 2 years ago

closing this because auth script printed an invalid string. sorry for the noise