Line 29 in veracode-da-scanner-vars.py has a "/" to many
path = api_base + "/scanner_variables"
Should be
path = api_base + "scanner_variables"
without this the example crashes with a 500 response and the "path" variable is https://api.veracode.com/was/configservice/v1//scanner_variables
Line 29 in veracode-da-scanner-vars.py has a "/" to many
Should be
without this the example crashes with a 500 response and the "path" variable is
https://api.veracode.com/was/configservice/v1//scanner_variables