I am trying to a send a HTTP Post request with some parameters in the JSON Schema.
Post
However, when this request is triggered, I get this error
{"error":{"code":"TriggerRequestMethodNotValid","message":"The HTTP method for this request is not valid: expected 'Post' and actual 'GET'."}}
I notice that it is always sending a GET request even if I sent a post method. How would I be able to send a Post request? I am trying to send some parameters within the body. I don’t want my parameters to be visible in the URL.
Solved! Go to Solution.
Hey @Buddy2019
So you can do that by not defining any particular type while configuring the trigger. All you need to do is configure the JSON schema for the request. I have written this blog post that can help you with the entire configuration:
You might wanna check this thread as well:
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey @Buddy2019
So you can do that by not defining any particular type while configuring the trigger. All you need to do is configure the JSON schema for the request. I have written this blog post that can help you with the entire configuration:
You might wanna check this thread as well:
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey @Buddy2019
Were you able to resolve? If this issue is resolved, please mark the response that helped you as 'Accept as Solution'. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
39 | |
39 | |
23 | |
15 | |
12 |
User | Count |
---|---|
27 | |
20 | |
19 | |
14 | |
13 |