We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c9f03 commit 762b7dcCopy full SHA for 762b7dc
nodes/ApifyContentCrawler/resources/genericFunctions.ts
@@ -32,6 +32,7 @@ export async function apiRequest(
32
url: endpoint,
33
headers: {
34
'x-apify-integration-platform': 'n8n',
35
+ 'x-apify-integration-app-id': 'website-content-crawler-app',
36
},
37
};
38
0 commit comments