Closed GuyAfik closed 1 year ago
Ready
fixes: link to the issue
add the ability to add custom http headers that will be sent in each http request implements https://github.com/demisto/demisto-py/issues/103
@dorschw @JudahSchwartz do we need to validate the form of the environment variable DEMISTO_HTTP_HEADERS to be header1=value1,header2=value2,header3=value3?
DEMISTO_HTTP_HEADERS
header1=value1,header2=value2,header3=value3
@JudahSchwartz please re-review as regex was updated.
Status
Ready
Related Issues
fixes: link to the issue
Description
add the ability to add custom http headers that will be sent in each http request implements https://github.com/demisto/demisto-py/issues/103
Must have