Under Review
Last Updated: 16 May 2017 11:54 by Imported User
Imported User
Created on: 16 May 2017 04:59
Type: Feature Request
1
problem in decompressing http request
Hello,

Is there any way to decompress post data in Fiddler, sent from application? Post request to server contain headers like this:
Entity:

Content-type: application/x-godel-gzip-encrypted
Content-length: 2xx
Client:
Accept-Encoding: gzip
I am attaching the session which i want to decompress. When i save the request content, it seems that some bytes went missing.
Any help will be appreciated.
1 comment
Eric
Posted on: 16 May 2017 05:00
Fiddler can apply any transformations that can be computed.

However, application/x-godel-gzip-encrypted is not a standard content-encoding, so unless you know how to decompress it (or have a tool that does so) you will find it difficult to enable Fiddler to do so. The word "encrypted" in the name suggests that the data may be encrypted using a key that isn't readily available from the network stream itself.