You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
How do I execute the following in puppeteer extended in n8n? I'm not sure how to change from GET to POST. I'm also no sure where to put json body. Referrer Policy and content-type I'm assuming that they go in Additional Headers.
POST /graphql HTTP/2
Host: graph.example.com
referrer policy: strict-origin-when-cross-origin
content-type: application/json
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How do I execute the following in puppeteer extended in n8n? I'm not sure how to change from GET to POST. I'm also no sure where to put json body. Referrer Policy and content-type I'm assuming that they go in Additional Headers.
{
"name" : "Joe",
"age" : 34,
"address" : {
"street" : "123 Main St",
"city" : "New York",
"state": "New York"
},
"favoriteNumbers": [ 5,7,9,21,100 ],
"favoriteColors": [ "Blue", "Green" ]
}
Beta Was this translation helpful? Give feedback.
All reactions