Hi I am trying to setup a work flow with umbraco forms were it submits to an api end point I created. However when submitting the form I am getting a The remote server returned an error: (415) Unsupported Media Type..
Is there a way to see an example post output from the form to make my api better reflect the data I am sending it.
My issue here was that my API endpoint only Excepted Json and Umbraco forms will only post as XML or Urlencoded. I was able to configure my API endpoint with the help of tools like https://webhook.site/ that will show you what data is being posted from the form and how.
Side note: When Post as XML be prepared for a lot of excess data in your post.
Umbraco Forms V7.7.8
Hi I am trying to setup a work flow with umbraco forms were it submits to an api end point I created. However when submitting the form I am getting a
The remote server returned an error: (415) Unsupported Media Type.
. Is there a way to see an example post output from the form to make my api better reflect the data I am sending it.My issue here was that my API endpoint only Excepted Json and Umbraco forms will only post as XML or Urlencoded. I was able to configure my API endpoint with the help of tools like https://webhook.site/ that will show you what data is being posted from the form and how.
Side note: When Post as XML be prepared for a lot of excess data in your post.
is working on a reply...