Added User Agent

pull/627/head
Rambatla Venkat Rao 2023-07-11 08:26:16 +05:30 committed by GitHub
parent d23f116e7b
commit 7d006566cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ class RequestHandler:
headers = {
'Content-type': 'application/json',
'X-API-Key': self.api_key,
'User-Agent': 'Misp Modules'
}
req_body = request_body(query_input, query_param, current)
try: