Webhook works in the emulator but not in the webch...
# 🤝help
s
i have the following problem. I am sending data from the bot to a webbhook. I test the dispatch in the emulator everything works. If I test sending in the web chat, it no longer works. What could be the reason?

https://cdn.discordapp.com/attachments/1146025122034110595/1146025122755526757/1.JPG

c
Your webhook URL seems a little off, are you using Zapier/Make or something else?
s
The URL is a site to test webhook actions. The webhook works when tested in the emulator - but unfortunately not in the active application.
c
Could you try removing row 6? and just send axois.post(url, body)
s
Thank you for the help, but unfortunately: When I remove row 6, the transmission of the data no longer works in the emulator either
c
@early-train-33247 @acceptable-gold-88171
e
That's because it requires the JSON specification
I would say that this is a proxy-caused problem, not your fault!