fix(HTTP Request Node): Fix paginated requests with HttpBearerAuth (#17005)

This commit is contained in:
Tomi Turtiainen
2025-07-04 21:53:01 +03:00
committed by GitHub
parent 621745e291
commit 3b14830966
7 changed files with 49 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ export class HttpBearerAuth implements ICredentialType {
type: 'generic',
properties: {
headers: {
Authorization: 'Bearer ={{$credentials.token}}',
Authorization: '=Bearer {{$credentials.token}}',
},
},
};