Hey :slightly_smiling_face: Why is it Actions/Webh...
# general
h
Hey 🙂 Why is it Actions/Webhooks can't do GET requests in the method? Fetching data seems weird to me in a POST request
s
Because it also sends a body, and then GET would be off-spec.