-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using with Discord webhooks #58
Comments
I have the same use case and can confirm I am experiencing the same issue as well. 502 responses happens for most of the requests with a webhook. |
does this happen only with some webhook executions or all of them? |
Not all of them, it seems to be happening randomly. |
thats odd, do you have debug tracing enabled? it'd be useful to see if this is happening with a pattern of requests |
I don't, but I will turn it on and let you know what I get from it. |
Is it possible to use this server to send POST requests to discord webhooks?
I recently tried using the following URL
http://localhost:3000/api/webhooks/my_webhook
, this is replacinghttps://discord.com/api/webhooks/my_webhook
withhttp://localhost:3000
as the base.The post request failed, and this is the log from the server
this is the response by the http_client
I'm processing a queue of messages where each message contains a Discord Webook for its destination (these webhooks are from different accounts that are not owned by myself.)
The text was updated successfully, but these errors were encountered: