Forum Discussion
mina
5 years agoEmployee
Hi for me it didn’t work due to on postman, Headers Content-Type was set to the default
application/x-www-form-urlencoded. After I changed it to
text/csv or application/json depending on the file I chose,
and on the Binary Router snap, I did
$
[“content-type”]==“text/csv”
$
[“content-type”]==“application/json”
the Post then worked as expected.
pjanapati
3 years agoNew Contributor II
Hi @mina ,
In previous reply, you have mentioned like through router snap using content-type field routed the data. I am trying to route the data based on content-type. But I didn’t get the content-type. Can you please help me with this. How to get that content-type data?
Thanks in advance.