Hello everyone
Im playing around with FME FLOW and uploaded my workspace. The workspace is running well with several parameters and writing me an OBJ file into my ressources and finally writing an HTML file (which opens a 3dviewer which opens the OBJ file).
When im running the workspace in FME FLOW i choose datastreaming Service, and after success it opens the HTML file in my Browser.
When i create a WebApp it is also running well and in the end opening the HTML file and showing the OBJ in the 3DViewer.
But since the WebApp is quite limited with layout etc. i created an easy HTML Website on my Server. Here i added a send request with the webhook url of that workspace and the get method.
And actually it is running, but after success its giving me a link to download a zip with the HTML and OBJ file.
To me it seems because im using the Get method, it is just putting all the results into that zip to download. I tried a bit around and also searched in forum but didnt find an answer.
Am i missing smth?
Would be glad if someone has an idea.