Skip to content

Commit 5dee109

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b2938dc + e1fb8e1 commit 5dee109

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)