What can cause a persistent “Reload the page to get source for” error in firebug?

前端 未结 10 2372
执笔经年
执笔经年 2020-12-16 11:23

I\'m trying to debug the javascript of a specific page, and I keep seeing

Reload the page to get source for page.htm in Firebug.

On Chrome, I\'m

10条回答
  •  萌比男神i
    2020-12-16 12:11

    I got this message displayed while opening a page that had a content-encoding error. The page returned gzip compressed data, but a HTTP module corrupted the gzip content.

提交回复
热议问题