How to disable post request compression
Disabling compression in C4C
As of 1708, we are enabling by default the HTTP Request Payload compression. Due to this you will not be able to view the actual request payload data.
There might be situations that you would need to disable the request compression for troubleshooting or analysis.
To disable request payload compression please either watch the video or read below.
To disable request payload compression, please add the URL parameter debugMode=true& (case sensitive) after the client.html? portion of the URL
Here are two examples:
With compression:
https://myNNNNNN.crm.ondemand.com
For NNNNNN please use your tenant number
Without Compression:
https://my333899.crm.ondemand.com/sap/public/ap/ui/repository/SAP_UI/HTML5/client.html?debugMode=true&…
Be the first to leave a comment
You must be Logged on to comment or reply to a post.