demisto / demisto-py

Demisto Client for Python
Apache License 2.0
70 stars 42 forks source link

add custom http headers #110

Closed GuyAfik closed 1 year ago

GuyAfik commented 1 year ago

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

GuyAfik commented 1 year ago

@dorschw @JudahSchwartz do we need to validate the form of the environment variable DEMISTO_HTTP_HEADERS to be header1=value1,header2=value2,header3=value3?

GuyAfik commented 1 year ago

@JudahSchwartz please re-review as regex was updated.