Unique charcters in Response

����8�*>i�*?��?*

�����&>�TP?U�@*

����#T�>r�0?x�?*

�Ѻ����>:3X@*

�ᩢ��*?\

?x�4?*

�����=8�??f�@*

I’m getting this unique character in postman response for content type protobuf. I need the body in JSON or HTML format. Can someone please solve this issue?

Hey @nageshkp13

Most likely the data you are seeing is compressed, I would suggest you check the header details (‘accept-encoding’). If you have something set then just remove the 'accept-encoding': 'gzip, deflate line in your headers

Hope this helps you.

Hai @kamalshree2784
Thank you for the suggestion.
I tried this several times but its the same response. I should use protobuf to deserialize the response.
Do you have any idea about this?