Question
1
Replies
381
Views
Macif
Posted: January 7, 2019
Last activity: February 19, 2019
Closed
By default the http compression
Hi,
By default the prconfig.xml setup property is initialization/httpcompression set to true.
We need to set it to false, but we want to know if it's not recommended to use this setup or if we can use it without problem.
Note:We are working on the Customer service 7.2.2
Regards
Hi,
Pega Platform uses HTTP compression to reduce the length of text messages sent to Internet Explorer. HTTP compression is also used in SOAP messages. This may complicate Tracer debugging, as it is difficult to interpret the messages.
You can use below setting in prconfig.xml to turn of http compression:
<env name="initialization/httpcompression" value="False" />
Please let me know if this helps.