Using Fiddler to check IIS Compression

后端 未结 4 1337
旧时难觅i
旧时难觅i 2020-12-03 14:07

How do I see if IIS Compression is working using Fiddler? I have a page that, when viewed through Port80Software or GID Network\'s tool it appears to be coming across compre

4条回答
  •  醉梦人生
    2020-12-03 14:37

    From the Inspectors tab, there is a group of sub -tabs. Make sure you have Transformer selected. Then for each request on the page load, look to see if it was sent with GZIP or No Compression.

    Fiddler is pretty good and allows you to pick each individual request made when loading the file.

提交回复
热议问题