Hello everyone
I am willing to use an HttpSender script along the apiscan in docker here is my situation:
I have recorded a zest script from wich I retrieve 3 headers in 3 global variables.
I also wrote a httpsender.js script wich will add those 3 headers to every request send to the api.
Everything works perfectly in the UI.
Now I wanted to use those two scripts with zap-api-scan.py in docker image?
how can I run and enable httpsender.js
and how can I run th zest script to get credentials.
by the way the zest script is a loop that runs every 10min since the tokens in the headers change every 15mins or so.
also I already have the files in the docker container no problem with that
I only need to know how to run those two scripts so that the the zest script and zap-api-scan.py will be subjected to the httpsender
Please I'm really in need of an answer