Open Ashenguard opened 3 years ago
I expected webhook send a POST request to my server sending vote data using provided Auth key
I received a GET request with empty data, But the Auth key was right.
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:
If you need help regarding setting up webhooks, feel free to ask in # topgg-api on our Discord Server
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