Bailey Kessing Posted October 10, 2014 Posted October 10, 2014 I am trying to use HTTPOST in Filemaker 13 using the "Insert from URL” script. The website is "http://web.expasy.org/compute_pi/“ and I am trying to get the results of submitting this form. Is there anyone that knows how to format the "HTTPPOST://….” to retrieve the results of submitting this form? Thanks!
Wim Decorte Posted October 10, 2014 Posted October 10, 2014 The website that you want to talk to has to explain how to construct the URL to talk to its services. It does not look like this site does. You can probably find out by inspecting what the code does when you click the button, but that is not the typical way of interacting with a web service.
comment Posted October 10, 2014 Posted October 10, 2014 This is a CGI, not a web service. I am sure you can find out how to submit a form using HTTP POST (this is not a Filemaker question) - but there's no guarantee that the site will accept it; many sites require forms to be submitted from their own pages only.
Bailey Kessing Posted October 12, 2014 Author Posted October 12, 2014 Thanks for the answers. I was afraid of this.
comment Posted October 12, 2014 Posted October 12, 2014 I was afraid of this. Afraid of what? Investigating more?
Recommended Posts
This topic is 3693 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