On Mar 10, 6:45 am, term srv <
term...@gmail.com> wrote:
> Hi Eric,
>
> Fiddler v2.3.2.1 beta, .NET 2.0.50727.4206, Vista Ultimate SP2 x86
>
> Thank you for continuing to work on this great tool! I am wondering if there
> is a way for Fiddler to gunzip any multipart gzip content. I did some
> research but I cannot find an answer. I am seeing requests similar to this:
>
> POSThttp://somehost/?somepost=somefileHTTP/1.1
> Accept: text/*
> Content-Type: multipart/form-data; boundary=--------------------someboundary
> Host: somehost
> Content-Length: 12345
> Cache-Control: no-cache
>
> ----------------------someboundary
> Content-Disposition: form-data; name="somefile"; filename="somefile.gz"
> Content-Type: application/x-gzip
> Content-Transfer-Encoding: gzip
>
> ((((((some gzip content))))))
> ----------------------someboundary--
>
> I searched the list and found an example but it's not for multipart.
>