mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-28 07:17:04 +02:00
⚡ Add user-agent to Wordpress node
This commit is contained in:
parent
967aabbf55
commit
7ef2934626
|
|
@ -22,6 +22,7 @@ export async function wordpressApiRequest(this: IExecuteFunctions | IExecuteSing
|
|||
headers: {
|
||||
Accept: 'application/json',
|
||||
'Content-Type': 'application/json',
|
||||
'User-Agent': 'n8n',
|
||||
},
|
||||
auth: {
|
||||
user: credentials!.username as string,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user