How do i pull the response from an http request? #15
Answered
by
blindmansion
Ferulaindig
asked this question in
Q&A
-
I'm not very knowledgeable about making rest calls so bear with me. I'm attempting to send a webhook message to a discord channel. Am getting a 400 response. I was hoping the response body might contain information about what is responsible for the error |
Beta Was this translation helpful? Give feedback.
Answered by
blindmansion
Nov 12, 2023
Replies: 1 comment 2 replies
-
Yea that would make a lot more sense. Currently when you get a 400 error cannoli creates a red error node correct? I think better behavior would be to send the error forward, like you said, and just give a warning. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes there are "warning" nodes, which are also red, but they don't halt the whole cannoli. I'll take a look at the current error handling for action nodes and move towards that behavior. Thanks for the suggestion!