Forum Discussion
Nidhi
4 years agoNew Contributor II
Ok. I need to POST the data in the request body and i also need to pass the data from the File Reader into the header parameter in the same Rest call.
j_angelevski
4 years agoContributor III
What exactly you need to do with the request body data ? Because if you are sending a POST request you need to have an open output view to process the data, can you elaborate a little bit on the data that you are posting ? I don’t know the logic that should be implemented but if I get an idea of what you need to do with the data that you are sending I could probably help.