issues
issues copied to clipboard
Webhook Request Not Working
Expected Behavior
I expected webhook send a POST request to my server sending vote data using provided Auth key
Observed Behavior
I received a GET request with empty data, But the Auth key was right.
Additional Information/Comments
I'm using Flask on my server and there is no firewall nor blocked IP
This is very likely related to your webhook being improperly setup.
Make sure that:
- Your webhook CAN receive webhook requests (testing it using postman or reqbin)
- The port you're using for your webhook is not used by any other application on your system.
If you need help regarding setting up webhooks, feel free to ask in # topgg-api on our Discord Server