mirror of https://github.com/MISP/misp-modules
commit
93bae11e33
|
@ -295,6 +295,7 @@ class RequestHandler:
|
||||||
headers = {
|
headers = {
|
||||||
'Content-type': 'application/json',
|
'Content-type': 'application/json',
|
||||||
'X-API-Key': self.api_key,
|
'X-API-Key': self.api_key,
|
||||||
|
'User-Agent': 'Misp Modules'
|
||||||
}
|
}
|
||||||
req_body = request_body(query_input, query_param, current)
|
req_body = request_body(query_input, query_param, current)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue