3

I have a Moovweb project and I'm trying to compare the incoming_response.http and outgoing_response.http files in tmp/messages/... folders.

The incoming_response.http from the upstream server is saved in plain text, but the outgoing_response.http file is gzipped content!

How can I convert it to plain text so I can look through the response?

Thanks!

gregorygtseng
  • 851
  • 4
  • 12

1 Answers1

3

put this in your main.ts files:

export("disable_compression", "true")