Hi, I have published a workspace on FME Cloud (2019) where the user can submit parameters such as name, date of birth and comments (using this tutorial below adjusted this slightly to incorporate the new advanced 'webhooks' functionality) and a prettier html form.
https://knowledge.safe.com/articles/1295/send-source-data-to-fme-server-with-http-post.html
The target URL is as follows:
Based upon the sensitivity of the information being passed (username, date of birth, status), is it possible to customise the response to omit out any sensitive information after the target URL post to FME Server?
New target URL response:
https://<fmeServerInstance>/fmedatastreaming/test/test.fmw?submitted_successfully
Reason for this requirement: it would be ideal for the user not to copy and paste the target URL response and send it to another user.
I have following this tutorial and linked the target URL to AWS API Gateway:
https://knowledge.safe.com/articles/24147/tutorial-creating-web-services-using-fme-server.html
I can understand this might be possible to customise the URL response in AWS, though I was hoping there might a be slight trick I have missed out in FME.