mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Webhook Node): Add notices about using the 'Content-Type' header (#17739)
This commit is contained in:
@@ -175,6 +175,18 @@ export class Webhook extends Node {
|
||||
},
|
||||
responseDataProperty,
|
||||
responseBinaryPropertyNameProperty,
|
||||
{
|
||||
displayName:
|
||||
'If you are sending back a response, add a "Content-Type" response header with the appropriate value to avoid unexpected behavior',
|
||||
name: 'contentTypeNotice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
displayOptions: {
|
||||
show: {
|
||||
responseMode: ['onReceived'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
...optionsProperty,
|
||||
|
||||
Reference in New Issue
Block a user