Forum Discussion

mmoser18's avatar
mmoser18
Frequent Contributor
4 years ago

How to return binary Mock Responses?

I am trying to create a REST mock that returns a binary payload. By binary I mean the content of a file byte by byte "as is", without any character encoding/conversion or anything interfering. Or in...