Hi there,
I’m debugging a request that has a binary body. I can ‘view’ it as text, but that doesnt help me any further:
It’s probably gzipped, but I cannot find a way to export the request body to a file so I can further inspect it. Any ideas on how to export it as a binary?
Thanks!
M