GZIP in .net core not working

后端 未结 7 968
不思量自难忘°
不思量自难忘° 2021-02-03 22:38

I\'m attempting to add Gzip middleware to my ASP.net core app.

I have added the following package :

\"Microsoft.AspNetCore.ResponseCompression\"

相关标签:
7条回答
  • 2021-02-03 23:02

    Here is my solution:

    1. Make sure your Fiddler's "Decode" function is disabled. And you can see a yellow bar in the response. Disable Decode

    2. Or exit Fillder or other proxy app and have a try.

    0 讨论(0)
提交回复
热议问题