Hi folks
I know this question has been asked before and there is a way to post json data directly via an HTTP Post Request as described here.
The thing is that the web developer needs:
- An async process
- A download job
- And the Job-ID returned back (which would work out using the param "opt_responseformat=json" when using http post - but it returns actually too much information which I see critical in terms of security)
Regarding FME REST, I could not figure out how I ever could submit a job together with a JSON to be processed via FME as a result from the users selection on the frontend. The "fmerest/v3/transformations/submit/" would not accept my JSON to be used in the published parameters (I chose a simple text parameter to be fetched in FME for further processing).
However, I get a 422 response (unprocessable entity). Do you have any suggestions what I can do here? Any alternatives that might work out better?
Any help / hint is appreciated!
Thanks in advance!