Skip to content

Commit e1fb8e1

Browse files
authored
feat: add user agent (#1)
1 parent ff0d2e3 commit e1fb8e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nodes/hostingerApi/HostingerApi.node.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,9 @@ export class HostingerApi implements INodeType {
600600
method,
601601
url: 'https://developers.hostinger.com' + endpoint,
602602
body: requestBody,
603+
headers: {
604+
'User-Agent': 'hostinger-n8n-node',
605+
},
603606
json: true,
604607
};
605608

0 commit comments

Comments
 (0)