wattmhite Posted December 21, 2016 Posted December 21, 2016 Quote Attention: Before posting in the general discussion forum please review the other forums that would best suit your topic. If you cannot find one then you may delete this text and post your topic in this forum. I'm aware of filemaker being able to pull data from a specific website but is there a way for filmmaker to also input into fields on a specific website and interact with buttons within a script? Thank You Matt
webko Posted December 22, 2016 Posted December 22, 2016 Short answer - no. Longer answer - FileMaker can send GET statements to a specified web address, which in some cases will fill out the fields and act as if the Submit button has been pressed. However, most commercial sites don't allow this and only allow POST statements from the form being physically filled out and the Submit button being manually pressed. And FileMaker has no way to control another web sites interface like that.
ggt667 Posted December 22, 2016 Posted December 22, 2016 (edited) I do this all the time in FileMaker since 2000 actually; however I only use FileMaker to trigger a script, in 2013 I shared my approach with the world on my blog: http://wethecomputerabusersamongst.blogspot.com/2013/10/execute-php-script-from-filemaker-with.html The example in the blog is in php from the time of implementing FX.php around the time of FM 5.5; however these scripts can be written in any language swift kitura, apache CGI/php/python, nginx FAST CGI, nodejs express, ruby sinatra, and so on just to mention a few; all those scripting languages can listen to a HTTP GET requests from FileMaker and call any HTTP request sync or async that populates a database. Captchas may or may not stop you; depending on the page. Edited December 22, 2016 by ggt667
Recommended Posts
This topic is 2904 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