Webhook Message

Post Required

HTTP POST method is required.

This message indicates that the HTTP POST method is required to process the request. TradersPost mandates the use of the POST method for submitting data to TradersPost via webhooks. If any other HTTP method (such as GET, PUT, or DELETE) is used, the request will not be processed. Ensure that your request uses the POST method to avoid this error.

The most frequent cause of this error is copying and pasting your webhook URL into a browser or another tool that automatically issues a GET request to the URL. For example, if you paste your webhook URL to Slack, Slack will issue a GET request to the URL, which will result in this error. To resolve this issue, ensure that your webhook URL is only used in the context of a POST request.

Ready to automate your trading? Sign up for free today.