Question

Fill form and get the result (Website)

  • 5 September 2018
  • 4 replies
  • 12 views

Badge +6

Hi,

Using FME it´s possible visit the website, fill form values (with specifical values) and return the resuts?

Look below:

What the sequence or transformers can help me?

Thank´s


4 replies

Badge +2

Hi @mr_fme,

I recommended signing up to our FME Server Rest API course running in October or alternatively the full course is available on our YouTube channel. This demonstrates how to create Web Applications using the FME Server Rest API and Data Download/Streaming services.

You could also review some of the FME Server demos and associated articles.

Userlevel 4

If you're trying to use FME to fill out a form and submit it, the HTTPCaller will let you do all of that. To find the necessary endpoints, headers, etc I recommend using e.g. Chrome developer tools and perhaps also the Fiddler http debugger.

Badge +6

If you're trying to use FME to fill out a form and submit it, the HTTPCaller will let you do all of that. To find the necessary endpoints, headers, etc I recommend using e.g. Chrome developer tools and perhaps also the Fiddler http debugger.

Very good. I will see more detailed...Thank´s

 

 

Badge

@mr_fme were you able to get the data via filling forms on the website?

Reply