Jump to content

Open URL with Post data


This topic is 2942 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 2942 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.