Domanda

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!

È stato utile?

Soluzione

put this in your main.ts files:

export("disable_compression", "true")
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top