Hi everyone,
I'm currently trying to received form data via HTTP POST. There is a very good article on it which I follow every step (https://community.safe.com/s/article/send-source-data-to-fme-server-with-http-post). The connection between postman and FME server is working fine, but it look like I'm not receiving any data.
I've made a test workbench (PS) to see if my writer would received the form data, but the writer is empty as if my reader is not downloading the Data. When i published the workbench, the parameter "Send HTTP Message Body to Reader" is set to my current reader.
I have put the form data in the body section. Do I need to write it elsewhere?