How can i get web-cookie in my running flow?

i want to get web cookie when i use function-node, i want to use dynamic cookie to send request
thanks for help

You want too much things without sending any detail...

i want to use document.cookie to get cookie, but document is undefined

The flow runs inside the node.js runtime - not the browser. So there is no document and no access to any cookies.

Which cookies do you want to access?

i have solved this question, thanks !

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.