节点与集成
Webhook credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
You must use the authentication method required by the app or service you want to query.
Supported authentication methods
- Basic auth
- Header auth
- JWT auth
- None
Use this generic authentication if your app or service supports basic authentication.
To configure this credential, enter:
- The Username you use to access the app or service your HTTP Request is targeting
- The Password that goes with that username
Use this generic authentication if your app or service supports header authentication.
To configure this credential, enter:
- The header Name you need to pass to the app or service your HTTP request is targeting
- The Value for the header
Read more about HTTP headers
Using JWT auth
**JWT Auth** is a method of authentication that uses JSON Web Tokens (JWT) to digitally sign data. This authentication method uses the JWT credential and can use either a Passphrase or PEM Key as key type. Refer to JWT credential for more information.
官方原文和授权
本页来自 N8N 英文官方网站固定快照,并转换成 xueai 静态页面。内容以 N8N 持续更新的官方页面为准。