This information is all found in the Formidable knowledge, that continues:
"t would take billions of years to make a request via the API by guessing it with brute force. We do not use a password on top of the API key (in the examples below x is used as a placeholder). It is strongly recommended to use SSL ("https") on your server if you will be using the API add-on to send or receive requests."
Every API you request information from or send data to with the API add-on has some sort of authentication protocol. Your API key is the authentication for other sites to access your data. Likewise, for you to access Formidable data through a REST REQUEST to the remote site, you need that sites' api key to authenticate your request as legitimate.
Connecting to the AWS API means using their credentials in the API add-on action you add to your form. You may have to change the authentication message, or even write raw JSON to send your REST REQUEST.
Victor thank you for your response. I did read the documentation. I actually have a form that connects that I built over a year ago. My new form does not connect and I cannot find any difference in either the form or the AWS API Gateway. The EC2 server, API gateway, and Lambda are all in the same vpc, so I'm going to try migrating this into a private API-Gateway and eliminate public traffic and the need for any tokens or credentials. My concern was that since the last time I built a form and the API gateway, formidable changed something in the code that could have affected how it works. Since the documentation hadn't changed I was hoping Formidable support would confirm that but they just responded with the standard response go to Codeable.
Formidable does not support custom setups, which is why they say go to Formidable Masterminds, Codeable, or here.
There's no readme.txt information about API add-on releases so we don't know if anything in the code base changed. The current version is 1.13. But if the code base changed, why is your original form still working if you've been keeping the site updated? I think something is missing or not configured correctly somewhere.
Please login or Register to submit your answer