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
We are using curl command in one of our projects. Since curl is not that secure so we thought to leverage the core.http method of stackstorm. But the issue is we are unable to pass the cookie using it. We have cookie stored in a file and it is a Netscape HTTP Cookie File. Do we have any method of how we can pass this file as cookie in the core.http runner. #5630