5 months ago
Hi,
Who can help me solve an issue I'm having with HTTP POST? When I try to send a webhook to (https://lnd.up.railway.app/sellauth), it appears in the HTTP logs, but the message is not sent to telegram. What could be the problem?
0 Replies
5 months ago
im sorry but we cannot offer coding help here, you would want to add more verbose logging to your code so that you can find out where your code is failing
could the problem be with the code? or am i not doing something right on railway? i tried sending a webhook to a test site like webhook.site, and it worked, but nothing changes on this link. i don't know where the issue is…
5 months ago
its a problem with your code, its not something we can help with unfortunately
you don't know why, when the application is only POST, I get this, but if it's GET, it works?@app.route('/webhook', methods=['POST']) def webhook(): return "Webhook is awaited!", 200
i read the docs.
5 months ago
are you sure you are using https?
5 months ago
are you accepting the proxy headers