issues icon indicating copy to clipboard operation
issues copied to clipboard

Webhook Request Not Working

Open Ashenguard opened this issue 4 years ago • 1 comments

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

Ashenguard avatar Oct 17 '21 07:10 Ashenguard

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

Hopefuls avatar Oct 19 '21 14:10 Hopefuls