Receiving the Request from Form Stack

291 views Asked by At

I have created a form using Form Stack and which is integrated with my actual application. But the problem is the Fromstack is not able to post the data to actual application. I am getting the below error

http://192.168.1.22:8080/mavenproject1/rest/api/formStackConvertor
There was an error submitting to Webhook http://192.168.1.22:8080/mavenproject1/rest/api/formStackConvertor. HTTP Status Code: 0. cURL Error: 28 - connect() timed out!. Total Runtime: 0 Name Resolution: 5.6E-5 second(s) Connection: 0 second(s) Redirect Time: 0 second(s) Redirect Count: 0 redirect(s) Pre-Transfer Time: 0 second(s) Start Transfer Time: 0 second(s) Remote time: -1 seconds(s)

I configured the Send Data to an External URL (WebHook) as

http://192.168.1.22:8080/mavenproject1/rest/api/formStackConvertor

Any Suggestion on this?

1

There are 1 answers

2
moh On BEST ANSWER

I figured out the problem, My application is deployed in our local server (VPN) and not exposed to internet

So i exposed the application over the internet and configured the application url in the formstack