n8n/packages/nodes-base/nodes/Asana
Aaron Gutierrez 15ffd4fb9f
fix(Asana Node): Omit body from GET, HEAD, and DELETE requests (#8057)
Avoid unnecessarily including a request body with GET and HEAD requests.
Per RFC 7230 clients should not include a body for these requests, and
we (Asana) are rolling out an infrastructure change that will cause
these requests to fail.
2023-12-21 19:21:08 +01:00
..
Asana.node.json
Asana.node.ts
asana.svg
AsanaTrigger.node.json
AsanaTrigger.node.ts
GenericFunctions.ts