dotnet / dotnet/wcf

GZIP Compression in WCF Service

Open
#5,262 1 comment 0 reactions 1 assignee Claimed by @mconnew View on GitHub
triaged
Dominant language
C#
Stars
1.8k
Forks
576
Avg merge
6d 9h
Merged PRs (30d)
2

Description

I'm trying to implement GZIP compression in an already created WCF service. I tried to use GZipStream class, to compress the SOAP response from the service. But when, I'm trying to test the response from Postman or SOAPUI, the response showing some non-readable format over there. I also included the header "Content-Encoding: deflate, gzip"
Is this normal?, How to verify whether the response is getting gzip compressed as per the industry standards

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.