Forum Discussion
6 Replies
- slaytanic70New Contributor III
Can the incoming request also send a parameter of “file_type”? Then you could use a router based on this value to handle it as JSON or XML or any other file_type that is sent.
- SurendarContributor
Yes we have done the same and found the solution for the above approach.
In binary router we are validating the JSON or XML input streams and then doing our further works.
Thanks for your attention.
- rodhamannNew Contributor
We did the same, when we tested with a FIle Reader snap and specified a file from SLDB, we found that the field we need to check is ‘x-amz-meta-mimetype’. When we remove the File Reader snap, create a task and use postman… the input does not have this field. We tried using content-type and this fails too… Could you please provide what the conditions in the router were?