Gary Hoffman Posted March 30, 2016 Posted March 30, 2016 I have a CWP solution in PHP that gets price data from FMP, then posts a form for Authorize.net for credit card payment. To avoid heavy PCI rules, we refer to Authorize.net only, and use their form for customers to enter credit card information. I'd like to migrate this to a WebDirect solution, but can't find a way to POST the required data to Authorize.net's website. Does anyone have a way to open a URL with a browser using POST data from inside a Filemaker WebDirect solution? Gary
Wim Decorte Posted March 31, 2016 Posted March 31, 2016 The "insert from URL" script step supports HTTP POST: http://www.filemaker.com/help/14/fmp/en/html/non_toc.43.27.html#1079151. Keep in mind that you can not send custom headers with this one. If that is a requirement then one of the other options may work for you. You can also write your own javascript snippet to do the POST by feeding it to a web viewer. And you can use any of a number of plugins to do POST: the free BaseElements plugin, 360Works ScriptMaster and the for-pay MonkeyBreadSoftware plugin come to mind
Recommended Posts
This topic is 3157 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now