ROUTE flag Custom Content-Type
KangGeunSu opened this issue · 2 comments
KangGeunSu commented
Hello
I am trying to receive OneM2M data.
The Content-Type of OneM2M is application/vnd.onem2m-ntfy+xml;charset=UTF-8.
Which flag should I use to receive?
The only way to ignore content-type is raw?
petersirka commented
Hi @KangGeunSu,
I forgot to answer. Yes, you need to use raw
route.
KangGeunSu commented
@petersirka
Okay, thank you