Skip to content

Commit

Permalink
[Fix] 415 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyY19 committed Apr 18, 2024
1 parent 6412e32 commit 08576ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CheckmarxPythonSDK/utilities/httpRequests.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def update_header(token_url, req_data, timeout=None, verify_ssl_cert=False, cert


auth_header = {
"Authorization": None
"Authorization": None,
"Content-Type": "application/json"
}


Expand Down

0 comments on commit 08576ad

Please sign in to comment.