Capturing form results and using them locally in a ASP.Net Core environment

  • Teza1532
    Asked on March 7, 2019 at 12:47 PM

    Hey I want to capture my JotForm results and then forward them on to a local port so that I can develop a generic application that will work as an intermediate between JotForms and the current asset management system.


    Now I can capture the form data with WebHooks and https://webhook.site I then try to do a XHR forward to my local area which can then call my api being served on my https://localhost:5001 port and it gets caught. I don't think that it is sending the form-data through though. Do you know of a way to send this to test getting the data from JotForms to my API.

    Cheers

    Jotform Thread 1754194 Screenshot
  • Welvin Support Team Lead
    Replied on March 7, 2019 at 1:26 PM

    We're you able to get the data to the Webhook URL from Webhook.site? If yes, then maybe your method of getting the data from the site is not working since the form is forwarding the data to correctly to their end. 

    I've also tested this, and that worked for me.

    15519829982019 03 08 004 Screenshot 10

    Please review your settings. POST method should also be used. If you still cannot get it to work, please send an email to our API team at api@jotform.com. Send details as much as possible.